From 9140b7ffd01a4816d4dce7dfcaf09ca34f139528 Mon Sep 17 00:00:00 2001 From: Cicero Eduardo Date: Thu, 8 Feb 2024 09:36:05 -0300 Subject: [PATCH] update mobile adpter --- src/pages/App/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; `;