From 9ee2d469679aa1653608cfd2fb3105c04e39750c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 5 Mar 2018 10:39:31 +0100 Subject: [PATCH] Update padding and margins --- doc/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/main.css b/doc/main.css index 9ed8136b..80e8c075 100644 --- a/doc/main.css +++ b/doc/main.css @@ -764,7 +764,8 @@ div.header + li { max-width: 1400px; margin-left: auto; margin-right: auto; - padding: 10rem 3.3rem 10rem; + padding: 3rem 3.3rem 10rem; + top: 101px; width: 100%; position: relative; } @@ -976,7 +977,7 @@ h2:after, h3.fn:after { div.footer { position: absolute; border-top: 1px solid #dbdbdb; - bottom: 0; + bottom: -101px; left: 0; width: 100%; z-index: 5;