From e04632a3e19aecdaa1acbde9ff4421f0a2c27363 Mon Sep 17 00:00:00 2001 From: Kroonk Date: Mon, 13 Apr 2026 21:36:35 +0200 Subject: [PATCH] Reduce auth banner height and normalize spacing Co-Authored-By: Claude Opus 4.6 --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2a7133d..c8f13aa 100644 --- a/style.css +++ b/style.css @@ -131,7 +131,7 @@ main { flex-direction: row; align-items: center; gap: 1rem; - padding: 1rem 1.5rem; + padding: 0.5rem 1.5rem; margin-bottom: 1.25rem; animation: fadeInUp 0.5s ease backwards; }