Place footer on bottom of page
This commit is contained in:
parent
5945f278ae
commit
e1810593b1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue