From 38b86b4a0a5d60934a10a295d3c52f3e280376ea Mon Sep 17 00:00:00 2001 From: lnylnylnylny Date: Sat, 19 Apr 2025 14:13:21 +0900 Subject: [PATCH] =?UTF-8?q?=ED=99=94=EB=A9=B4=20=EC=82=AC=EC=9D=B4?= =?UTF-8?q?=EC=A6=88=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Store/Store.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/Store/Store.module.css b/src/pages/Store/Store.module.css index 071e964..284eb96 100644 --- a/src/pages/Store/Store.module.css +++ b/src/pages/Store/Store.module.css @@ -1,5 +1,7 @@ .storeContainer { - padding: 24px; + display: flex; + flex-direction: column; + height: 100vh; font-family: 'Pretendard', sans-serif; }