From d203a543d0e9454016cb531bbdbb73a2fd867242 Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 17 Sep 2019 00:28:41 -0500 Subject: [PATCH] css: remove 5px margin above page header. The "Danbooru" link in the header had a 5px top margin, which created a small gap above the page that caused mode menu backgrounds to show through in an ugly way. --- app/javascript/src/styles/common/page_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/src/styles/common/page_header.scss b/app/javascript/src/styles/common/page_header.scss index 3d3b914c7..e17e71ae1 100644 --- a/app/javascript/src/styles/common/page_header.scss +++ b/app/javascript/src/styles/common/page_header.scss @@ -7,7 +7,7 @@ header#top { h1 { font-size: 2.5em; - margin: 5px 30px 0 30px; + margin: 0px 30px; } menu {