Made mobile page full-height.

This commit is contained in:
Christian Wolf 2017-12-16 17:51:12 +01:00
parent bb184906bf
commit 981f446b45

View File

@ -19,6 +19,7 @@ body {
display: flex;
flex-direction: column;
width: 100%;
min-height: 100vh;
}
#page-bg