fix: improve tech tabs layout by enforcing full-width flex alignment for navigation items

This commit is contained in:
Ümit Tunç
2026-05-23 17:52:35 +03:00
parent 945e250f17
commit 945c3ca2ec
@@ -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;