Remove extra body margin causing offset from viewport (#18)
This commit is contained in:
parent
952a3acd4a
commit
1bd5ecff32
|
@ -8,6 +8,10 @@ html {
|
|||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Based on .SessionView from Hydrogen */
|
||||
.ArchiveView {
|
||||
/* this takes into account whether or not the url bar is hidden on mobile
|
||||
|
|
Loading…
Reference in New Issue