fix: improve tech tabs layout by enforcing full-width flex alignment for navigation items
This commit is contained in:
@@ -262,8 +262,11 @@
|
|||||||
}
|
}
|
||||||
.tech-tabs-grid .nav-item {
|
.tech-tabs-grid .nav-item {
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
|
display: flex !important;
|
||||||
}
|
}
|
||||||
.tech-tabs-grid .nav-link {
|
.tech-tabs-grid .nav-link {
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100% !important;
|
||||||
border-radius: 0.8rem !important;
|
border-radius: 0.8rem !important;
|
||||||
background: #ffffff !important;
|
background: #ffffff !important;
|
||||||
box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.05) !important;
|
box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.05) !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user