From 6b3b63eba3ea837e627a0658a0ccda175d20bb12 Mon Sep 17 00:00:00 2001 From: Guilherme Carvalho Date: Wed, 13 Sep 2023 00:08:30 -0300 Subject: [PATCH] Dynamic sizing --- src/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style.scss b/src/style.scss index 1a20e1b..f07d690 100644 --- a/src/style.scss +++ b/src/style.scss @@ -24,11 +24,11 @@ body { justify-content: center; align-items: center; - min-height: 100vh; + min-height: 100dvh; #app { - width: 100vw; - height: 100vh; + width: 100dvw; + height: 100dvh; } #loginForm {