We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeaa410 commit c2d41c1Copy full SHA for c2d41c1
src/css/custom.css
@@ -474,7 +474,7 @@ body {
474
}
475
476
/* ===== SECTION 11: CRITICAL FIX: TABLET/IPAD NAVBAR BEHAVIOR ===== */
477
-@media screen and (max-width: 1299px) {
+@media screen and (max-width: 996px) {
478
/* Hide TOP navbar items on mobile (not sidebar) */
479
480
/*
@@ -1767,3 +1767,9 @@ html[data-theme="light"] [data-slot="card-header"].bg-gradient-to-br {
1767
backdrop-filter: none !important;
1768
mix-blend-mode: normal !important;
1769
1770
+
1771
+@media screen and (max-width: 1110px) {
1772
+ .navbar__items{
1773
+ gap: 0.1rem !important;
1774
+}
1775
0 commit comments