From b2acf44054a77ec23091f4b1744aab82807cba02 Mon Sep 17 00:00:00 2001 From: Alex Assistant Date: Fri, 20 Feb 2026 15:29:16 +0300 Subject: [PATCH] UI: align footer author to the right --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 1f0c8ad..1fc2a34 100644 --- a/style.css +++ b/style.css @@ -168,10 +168,9 @@ h2 { margin-top: 14px; color: var(--muted); display: flex; - justify-content: space-between; + justify-content: flex-end; align-items: center; gap: 10px; - flex-wrap: wrap; } .footer-author {