From 77a54a8f5121c370a6cc431763a543f54af6cfb6 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 03:36:08 +0000 Subject: [PATCH] Stack Welcome Modal Buttons Vertically --- src/components/Welcome.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Welcome.scss b/src/components/Welcome.scss index cae54b2..70314b7 100644 --- a/src/components/Welcome.scss +++ b/src/components/Welcome.scss @@ -22,7 +22,10 @@ > button { width: 15em; - margin: 0 1em; + display: flex; + flex-direction: column; + align-items: center; + margin: 0.5em 0; } }