[S] Fix mobile height

This commit is contained in:
Hykilpikonna
2021-12-04 17:39:28 -05:00
parent 10bcb9b8b7
commit 7c9d026903
3 changed files with 19 additions and 8 deletions
+5 -1
View File
@@ -131,7 +131,11 @@ body
// Vertical flex box
display: flex
flex-flow: column
height: 100vh
height: 100%
body
background: #f9f2e0
height: 100%
html
height: 100%