From 945c3ca2ecaf219934df3dffd54a3de6701ce424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Sat, 23 May 2026 17:52:35 +0300 Subject: [PATCH] fix: improve tech tabs layout by enforcing full-width flex alignment for navigation items --- resources/views/templates/services/web-development.blade.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/views/templates/services/web-development.blade.php b/resources/views/templates/services/web-development.blade.php index b77e862..78999c8 100644 --- a/resources/views/templates/services/web-development.blade.php +++ b/resources/views/templates/services/web-development.blade.php @@ -262,8 +262,11 @@ } .tech-tabs-grid .nav-item { margin-bottom: 0 !important; + display: flex !important; } .tech-tabs-grid .nav-link { + width: 100% !important; + height: 100% !important; border-radius: 0.8rem !important; background: #ffffff !important; box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.05) !important;