Skip to content

Commit

Permalink
Dynamic sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsc0301 committed Sep 13, 2023
1 parent 1720811 commit 6b3b63e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6b3b63e

Please sign in to comment.