Move foother to bottom
This commit is contained in:
parent
5ce521c8a7
commit
1e4ebc2a3c
@ -1,3 +1,10 @@
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
}
|
||||
@ -13,3 +20,7 @@ hidden {
|
||||
z-index: 1000;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: auto;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user