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.
This commit is contained in:
evazion
2019-09-17 00:28:41 -05:00
parent 335fc2e872
commit d203a543d0

View File

@@ -7,7 +7,7 @@
header#top {
h1 {
font-size: 2.5em;
margin: 5px 30px 0 30px;
margin: 0px 30px;
}
menu {