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 { body {
min-height: 100vh; min-height: 100vh;
display: flex; display: grid;
flex-direction: column; grid-template-rows: auto 1fr auto;
justify-content: space-between;
> header { > header {
display: flex; display: flex;