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 {
|
body.page-404 {
|
||||||
|
height: 100vh;
|
||||||
|
|
||||||
main {
|
main {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue