Skip to content
Snippets Groups Projects
Unverified Commit 4f9de5c1 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix: change padding to margin in header


Otherwise there would be a much greater gap between header and main.
Header normally is styled by icluded style via head.php. This has the
correct margin. The padding-top from this local style.css did two gaps
together.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 6cdc8aae
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ a {
}
header {
padding-bottom: 1.5em;
margin-bottom: 1.5em;
}
nav {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment