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; }