From 5f830c434e0ed5c0bc5b66d18968c19c2e1d84dd Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 14 Dec 2015 18:05:49 -0500 Subject: [PATCH] closes #183 --- less/mobile.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/mobile.less b/less/mobile.less index da2838c..a73fc95 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -13,6 +13,10 @@ } @media (max-width: 980px) { + html, body { + height: 100%; + } + body { padding-top: 0; padding-bottom: 0;