From cf9bc34f04c5f02bb3eb13079e88838e67e58f0a Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Sun, 22 Feb 2026 12:26:56 -0500 Subject: [PATCH] feat: Refine footer layout by adjusting alignment and flex properties --- theme/assets/css/main.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index 869c9fb..5dad7ab 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -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 ─────────────────────────────────────── */