fix(footer): stuck footer bottom
This commit is contained in:
parent
25a1eb8312
commit
40e28258be
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue