From e3d611c7fa3e85ee72b20a71f7fe9d46e2c23308 Mon Sep 17 00:00:00 2001 From: ltGuillaume Date: Tue, 19 Jan 2021 23:02:39 +0100 Subject: [PATCH] Fix header's padding-bottom for search results page --- static/css/sepia.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/sepia.css b/static/css/sepia.css index 865fe9f..fb813c2 100644 --- a/static/css/sepia.css +++ b/static/css/sepia.css @@ -30,6 +30,7 @@ body.sepia nav { color: var(--headertext); } body.sepia .top-links { + padding-bottom: 4px; background: var(--headerbg); } body.sepia .top-links a { @@ -42,7 +43,7 @@ body.sepia #sr-more-link { background: var(--buttonbg); } body.sepia header { - margin-top: 0; + margin-top: -8px; background: var(--headerbg); color: var(--headertext); }