From b71c869b400def6b9c518dd51034588e148ea96c Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 23 Oct 2017 17:04:06 +0200 Subject: [PATCH] Removed bug in design in mobile version (black border at bottom not correctly sized) --- slt/css/mobile.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/slt/css/mobile.css b/slt/css/mobile.css index 8dea31e..d317ca1 100644 --- a/slt/css/mobile.css +++ b/slt/css/mobile.css @@ -4,7 +4,8 @@ body { display: flex; flex-direction: column; align-items: center; - padding: 0px 20px 10px 20px; +/* padding: 0px 20px 10px 20px;*/ + padding: 0px; } #page { @@ -120,6 +121,14 @@ body { * Mobile menu positioning */ +#mobile_menu, #content { + margin: 0px 15px 0px 15px; +} + +#mobile_menu { + margin-top: 10px; +} + #mobile_menu li > a { margin: 5px 0px 5px 0px; background-color: #dddddd;