Remove gap between header and content on site reloads
This commit is contained in:
parent
9bff4dd83b
commit
2156eb1a8c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue