From 2c834d6d54152a59fe7098cfeeb314a9dbbc4d0b Mon Sep 17 00:00:00 2001 From: chaeYoung Date: Thu, 18 Apr 2024 23:06:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B2=B0=EA=B3=BC=20=EC=98=81=EC=97=AD?= =?UTF-8?q?=20padding=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Result/index.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Result/index.css.ts b/src/components/Result/index.css.ts index 66e4f43..f3a9bba 100644 --- a/src/components/Result/index.css.ts +++ b/src/components/Result/index.css.ts @@ -6,6 +6,6 @@ export const resultContainer = style({ flexDirection: 'column', justifyContent: 'space-between', position: 'relative', - padding: '36px 38px', + padding: '36px 48px', height: 'calc((100vh - 201px) / 2)' // 201px = headerHeight 82 + headerMainGap 42 + mainPaddingBottom 42 + resultKeyboardGap 35 });