Remove gap between header and content on site reloads

This commit is contained in:
Eric Lippmann 2016-12-07 13:28:33 +01:00
parent 9bff4dd83b
commit 2156eb1a8c

View File

@ -24,7 +24,7 @@ html {
bottom: 0; bottom: 0;
left: 0; left: 0;
position: fixed; position: fixed;
top: 4em; top: 3em;
width: 12em; width: 12em;
} }
@ -33,7 +33,7 @@ html {
left: 12em; left: 12em;
position: fixed; position: fixed;
right: 0; right: 0;
top: 4em; top: 3em;
} }
.iframe { .iframe {