Changed nav header threshold for new header entries

This commit is contained in:
2025-04-17 11:19:37 +01:00
parent efefc88180
commit 7fd20ae71c

View File

@@ -81,7 +81,7 @@
justify-content: flex-start; justify-content: flex-start;
} }
@media (max-width: 750px) { @media (max-width: 760px) {
.navigation-header-items { .navigation-header-items {
display: none; display: none;
} }