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:
+12
-10
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user