Fix height on 404 page

This commit is contained in:
Jake Howard 2022-08-31 19:14:31 +01:00
parent df09ec0f38
commit 55f15bc974
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
body.page-404 {
height: 100vh;
main {
height: 100%;
display: flex;