Prevent bottom of page appearing under footer

This commit is contained in:
Damien Elmes 2022-06-06 12:59:36 +10:00
parent 1d6b080132
commit 0249c764b4

View file

@ -17,6 +17,8 @@
body { body {
width: min(100vw, 70em); width: min(100vw, 70em);
margin: 0 auto; margin: 0 auto;
// pad out the underside of the footer
padding-bottom: 5em;
} }
html { html {