diff --git a/src/pages/App/style.ts b/src/pages/App/style.ts index f732007..91ff16e 100644 --- a/src/pages/App/style.ts +++ b/src/pages/App/style.ts @@ -5,5 +5,5 @@ export const Container = styled.div` align-items: center; justify-content: space-between; flex-direction: column; - min-height: 100vh; + max-height: 100vh; `;