From b7ba6b429d1a390fd192ab3ed59d35cd6f1837d7 Mon Sep 17 00:00:00 2001 From: "shipmate-quick-tweaks-with-ai[bot]" <239154283+shipmate-quick-tweaks-with-ai[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 04:04:59 +0000 Subject: [PATCH] Reduce Welcome Modal Padding Size --- src/components/Welcome.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Welcome.scss b/src/components/Welcome.scss index cae54b2..35039df 100644 --- a/src/components/Welcome.scss +++ b/src/components/Welcome.scss @@ -3,7 +3,7 @@ #welcome { width: 40em; max-width: 95vw; - height: 30em; + height: 20em; max-height: 95vh; background-color: #F3F3F3; display: flex;