From 06efd9da3c1aa55f765dc10c7fce97b6a56634a7 Mon Sep 17 00:00:00 2001 From: bopol Date: Mon, 4 Jan 2021 12:44:59 +0100 Subject: [PATCH] remove view-more-links margin bottom the footer already has margin-top --- static/css/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index 8840462..ad4021e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -387,7 +387,6 @@ header .tabmenu li.active a { background: black; } .view-more-links { - margin-bottom: 50px; float: left; width: 100%; }