feat: Update footer layout and branding with logo link and theme toggle button

This commit is contained in:
Matt Batchelder
2026-02-22 12:24:46 -05:00
parent 8a683c7c4a
commit dc607393de
2 changed files with 14 additions and 9 deletions

View File

@@ -3424,7 +3424,6 @@ p:last-child { margin-bottom: 0; }
width: auto !important;
}
.footer-company-name { display: flex; align-items: center; }
.footer-company-name .company-brand { font-size: 1.5rem; color: #fff; white-space: nowrap; }
.footer-tagline { font-size: .9rem; color: rgba(255,255,255,.5); margin-top: .75rem; margin-bottom: .5rem; }
.footer-location { font-size: .8rem; color: rgba(255,255,255,.8); }
.footer-location a { color: var(--color-primary); font-weight: 600; }
@@ -3449,13 +3448,21 @@ p:last-child { margin-bottom: 0; }
.footer-bottom {
padding-block: 1.5rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
.footer-bottom p {
font-size: .8rem;
color: rgba(255,255,255,.3);
text-align: center;
text-align: left;
margin: 0;
}
.footer-bottom .theme-toggle {
margin-left: auto;
margin-bottom: 0;
}
/* ── 15a. FAQ Accordion ─────────────────────────────────────── */
.faq-list {