Fix height on 404 page
This commit is contained in:
parent
df09ec0f38
commit
55f15bc974
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
body.page-404 {
|
||||
height: 100vh;
|
||||
|
||||
main {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue