From 326e44d677aed3c45769af65586af4cedcc4c795 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sun, 8 Mar 2020 04:23:56 +0100 Subject: [PATCH] removed some fluffy material --- threadr/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index bfbb66d..b5f9da8 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -343,6 +343,6 @@ header { border-radius: 0px; boder: none; background-color: #001858; - padding: 14px 20px; + margin: -14px -20px; box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2); }