fix(footer): stuck footer bottom

This commit is contained in:
rick 2021-12-24 12:59:33 +01:00
parent 25a1eb8312
commit 40e28258be
Signed by: Rick
GPG key ID: 2B593F087240EE99

View file

@ -1,5 +1,8 @@
body {
margin: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
}
header {
@ -16,6 +19,7 @@ header a {
margin-top: 5em;
margin-bottom: 5em;
width: 50%;
flex: 1;
}
footer {