Skip to content

Commit

Permalink
Adjust CSS heights to eliminate scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannazzone committed Nov 23, 2023
1 parent c26d39f commit 6e9c519
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import url('https://fonts.googleapis.com/css?family=Pacifico');

html, body {
height: 90vh;
max-height: 100vh;
}


Expand All @@ -11,7 +11,8 @@ html, body {
grid-template-rows: auto auto auto;
align-items: center;
align-content: stretch;
height: 100%;
max-height: 100vh;
max-height: 100svh;
justify-content: stretch;
}

Expand Down

0 comments on commit 6e9c519

Please sign in to comment.