From ed5f268af6da38b35bb98da394d9f9953050908a Mon Sep 17 00:00:00 2001 From: CasVT Date: Thu, 26 Jun 2025 17:56:31 +0200 Subject: [PATCH] Tweak sub-window title size --- frontend/static/css/reminders.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/static/css/reminders.css b/frontend/static/css/reminders.css index d5445df..6b74273 100644 --- a/frontend/static/css/reminders.css +++ b/frontend/static/css/reminders.css @@ -168,8 +168,8 @@ nav > div > button { .extra-window-container > div > h2 { text-align: center; - font-size: clamp(1.3rem, 5vw, 2rem); - margin-bottom: 2rem; + font-size: clamp(1.5rem, 8vw, 2rem); + margin-bottom: 1rem; } .extra-window-container > div > h2:not(:first-of-type) {