🐞 fix: Update media query breakpoints for navigation styles and add responsive tests
Deploy to Dreamhost (dev) / build (push) Successful in 37s
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-07-08 18:55:19 -05:00
parent 53b87c20fd
commit ae8a80484f
4 changed files with 426 additions and 4 deletions
+2 -2
View File
@@ -43,7 +43,7 @@
}
/* Mobile */
@media screen and (max-width: 62.5rem) {
@media screen and (max-width: 79.9375rem) {
#app:has(.nav-main__toggle[aria-expanded="true"]) { height: calc(100vh - var(--hgtHeader)); }
.nav-main__toggle {
@@ -81,7 +81,7 @@
}
/* Desktop */
@media screen and (min-width: 62.5rem) {
@media screen and (min-width: 80rem) {
.nav-main__toggle {
@apply hidden;
}
+2 -2
View File
@@ -11,7 +11,7 @@
*/
/* desktop */
@media screen and (min-width: 62.5rem) {
@media screen and (min-width: 80rem) {
.nav-main .menu-vdi {
@apply flex items-center justify-end p-0 m-0 h-full;
@@ -67,7 +67,7 @@
}
}
@media screen and (min-width: 62.5rem) {
@media screen and (min-width: 80rem) {
.menu-vdi {
.menu-vdi__toggle { @apply flex items-center gap-2 hover:cursor-pointer; }