From e314d2587a501afbb63c3b6949fae666aaa3f7e0 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Fri, 17 Jan 2020 00:34:52 +0100 Subject: [PATCH] reduced the bottom padding for index main and about pages --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index ff348ab..c7793e7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -66,7 +66,7 @@ div#top{ div#bottom{ padding-top: 4em; - padding-bottom: 4em; + padding-bottom: 2em; position: absolute; width: 100%; }