Skip to content

Commit c2d41c1

Browse files
Update Gap + Navbar Breakpoint
1 parent aeaa410 commit c2d41c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/css/custom.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ body {
474474
}
475475

476476
/* ===== SECTION 11: CRITICAL FIX: TABLET/IPAD NAVBAR BEHAVIOR ===== */
477-
@media screen and (max-width: 1299px) {
477+
@media screen and (max-width: 996px) {
478478
/* Hide TOP navbar items on mobile (not sidebar) */
479479

480480
/*
@@ -1767,3 +1767,9 @@ html[data-theme="light"] [data-slot="card-header"].bg-gradient-to-br {
17671767
backdrop-filter: none !important;
17681768
mix-blend-mode: normal !important;
17691769
}
1770+
1771+
@media screen and (max-width: 1110px) {
1772+
.navbar__items{
1773+
gap: 0.1rem !important;
1774+
}
1775+
}

0 commit comments

Comments
 (0)