Skip to content

Commit

Permalink
fix #7: body should use min-height instead of height
Browse files Browse the repository at this point in the history
  • Loading branch information
hchiam authored Nov 29, 2023
1 parent d88e4b5 commit 1c5fd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
box-sizing: border-box;
}

html,
body {
html {
height: 100%;
}

body {
min-height: 100%;
padding: 2% 5%;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
Expand Down

0 comments on commit 1c5fd26

Please sign in to comment.