Fix 404 page height

This commit is contained in:
Brittany Chiang
2018-08-26 20:31:13 -04:00
parent 0579982c29
commit b1261c7ff5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
.not-found { .not-found {
width: 100%; width: 100%;
height: 100vh; height: 100vh !important;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;

View File

File diff suppressed because one or more lines are too long