Skip to content

Commit

Permalink
set height to 100vh
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingduck92 committed Dec 8, 2020
1 parent be76f68 commit f696aad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ body {
flex-direction: column;
justify-content: center;
align-items: center;

height: 100vh;
}

h1 {
Expand Down

0 comments on commit f696aad

Please sign in to comment.