Skip to content

Commit

Permalink
[수정] 주석 삭제 #71
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonHwan-Kim committed Sep 24, 2022
1 parent a9ef94d commit 1d13a26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/css/LoginPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ html,
body {
width: 100vw;
height: 100vh;
/* min-height: 100vh; fallback */
height: calc(var(--vh) * 100);
}

#root {
width: 100vw;
height: 100vh;
/* min-height: 100vh; fallback */
height: calc(var(--vh) * 100);
align-items: center;
}
Expand Down

0 comments on commit 1d13a26

Please sign in to comment.