Place footer on bottom of page

This commit is contained in:
TheThomaas 2023-06-24 13:07:18 +02:00
parent 5945f278ae
commit e1810593b1

View file

@ -15,9 +15,8 @@
body {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
display: grid;
grid-template-rows: auto 1fr auto;
> header {
display: flex;