From 2cada13fe3a55c59673f2269077ab4f35b493ff2 Mon Sep 17 00:00:00 2001 From: claude Date: Sun, 24 May 2026 17:11:54 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20footer=20vertical=20misalignment=20?= =?UTF-8?q?=E2=80=94=20zero=20p=20margin=20inside=20footer-wrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The

wrapping the copyright line had default browser margins (1em top/bottom) which offset it above the sibling flex items despite align-items: center. Co-Authored-By: Claude Sonnet 4.6 --- web/wwwroot/css/myai.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/wwwroot/css/myai.css b/web/wwwroot/css/myai.css index b1b060b..b528f47 100644 --- a/web/wwwroot/css/myai.css +++ b/web/wwwroot/css/myai.css @@ -601,6 +601,10 @@ img { color: var(--muted) } +.footer-wrap p { + margin: 0 +} + .footer-links { display: flex; gap: 18px;