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
1 changed files with 2 additions and 2 deletions

View File

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