From 3dc3b37044244f82babeeb146f4209006e4df551 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 12 Aug 2018 03:56:45 +0200 Subject: [PATCH] Minor styling tweaks --- www/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/css/style.css b/www/css/style.css index 6d3d94b..ffc9b7a 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -217,6 +217,10 @@ nav #usermenu li:first-child:hover { right: 0; top: 0; } + main { + margin-left: 1em !important; + margin-right: 1em !important; + } } body { @@ -230,7 +234,7 @@ body { main { box-sizing: border-box; - padding: 5em 15vw 2em 15vw; + margin: 5em 15vw 2em 15vw; background-color: #fff; }