From 981f446b458a51e3a0623ccaec0252d4cfd75e89 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sat, 16 Dec 2017 17:51:12 +0100 Subject: [PATCH] Made mobile page full-height. --- slt/css/mobile.css | 1 + 1 file changed, 1 insertion(+) diff --git a/slt/css/mobile.css b/slt/css/mobile.css index b6bb8e2..697c45d 100644 --- a/slt/css/mobile.css +++ b/slt/css/mobile.css @@ -19,6 +19,7 @@ body { display: flex; flex-direction: column; width: 100%; + min-height: 100vh; } #page-bg