From adce679965a4f43eea8cb31bae76cfde2f83207e Mon Sep 17 00:00:00 2001 From: Jinhyun Park Date: Mon, 28 Mar 2022 19:18:04 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20-=20Header=20css=20=EC=88=98=EC=A0=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/styles/styled.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/styled.ts b/client/src/styles/styled.ts index eeeff8d..a412f12 100644 --- a/client/src/styles/styled.ts +++ b/client/src/styles/styled.ts @@ -5,8 +5,8 @@ export const AppContainer = styled.div` grid-template-rows: 1fr 4rem; justify-items: center; background: #6bb8f0; - /* height: 100vh; */ height: 100%; + margin-bottom: 4rem; input[type='button'] { -webkit-appearance: none; }