From b4e8fe8aa8bcea3a5c9612376539904e55848c39 Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 25 Sep 2019 18:13:35 +0200 Subject: [PATCH] fix footer --- site/css/default.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/site/css/default.css b/site/css/default.css index d7ef9d4..6d0526d 100644 --- a/site/css/default.css +++ b/site/css/default.css @@ -170,6 +170,10 @@ nav li a:visited { height: 40px; } +hr { + margin: 5px 0 5px; +} + footer { position: relative; color: #555; @@ -178,10 +182,8 @@ footer { clear: both; left: 0; bottom: 0; - padding: 20px; - padding-top: 0px; - padding-bottom: 5px; - margin: 0; + padding: 0 20px 0; + margin: 0 0 5px; } footer ul {