Fix stale home copy, enlarge nav logo, and refresh PWA cache

Replace student/counselor sections with foundation messaging; show nav from md breakpoint; workbox skipWaiting so deploys reach browsers faster.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
defiQUG
2026-05-26 22:00:39 -07:00
co-authored by Cursor
parent 6b0c561fc1
commit e24cb6379a
6 changed files with 84 additions and 47 deletions
+12 -10
View File
@@ -121,41 +121,41 @@
/* Nav: symbol (square) on mobile, horizontal lockup on md+ */
.logo-mark--nav {
height: 2.5rem;
height: 3rem;
}
.logo-mark--nav .logo-mark__img--symbol {
height: 100%;
width: auto;
max-width: 2.75rem;
max-width: 3.25rem;
}
@media (min-width: 768px) {
.logo-mark--nav {
height: 3.25rem;
height: 4.25rem;
}
.logo-mark--nav .logo-mark__img--horizontal {
height: 100%;
width: auto;
max-width: min(14rem, 42vw);
max-width: min(20rem, 48vw);
}
}
@media (min-width: 1024px) {
.logo-mark--nav {
height: 3.5rem;
height: 4.5rem;
}
.logo-mark--nav .logo-mark__img--horizontal {
max-width: 15rem;
max-width: 21rem;
}
}
@media (min-width: 1280px) {
.logo-mark--nav {
height: 3.75rem;
height: 4.75rem;
}
.logo-mark--nav .logo-mark__img--horizontal {
max-width: 16.5rem;
max-width: 23rem;
}
}
@@ -217,9 +217,11 @@
align-items: center;
}
@media (min-width: 1024px) {
@media (min-width: 768px) {
.mim-site-nav {
min-height: 4.5rem;
min-height: 5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}