feat: Refine footer layout by adjusting alignment and flex properties

This commit is contained in:
Matt Batchelder
2026-02-22 12:26:56 -05:00
parent dc607393de
commit cf9bc34f04

View File

@@ -3450,18 +3450,16 @@ p:last-child { margin-bottom: 0; }
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: left;
margin: 0;
flex: 0 1 auto;
}
.footer-bottom .theme-toggle {
margin-left: auto;
margin-bottom: 0;
}
/* ── 15a. FAQ Accordion ─────────────────────────────────────── */