From d7cec2f10bad48619946dfc691546322da8d714c Mon Sep 17 00:00:00 2001 From: Manos Date: Tue, 21 Jul 2020 22:22:47 +0200 Subject: [PATCH] Adjusted footer margin and padding --- css/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 4ce13d0..73b531b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -302,11 +302,10 @@ body { #footer { background-color: black; text-align: center; - padding: 0 1em 1em; + padding: 1em; } #footer .text { - margin-top: 2em; font-size: .75em; font-weight: normal; text-align: center;