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;
|
box-sizing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Based on .SessionView from Hydrogen */
|
/* Based on .SessionView from Hydrogen */
|
||||||
.ArchiveView {
|
.ArchiveView {
|
||||||
/* this takes into account whether or not the url bar is hidden on mobile
|
/* this takes into account whether or not the url bar is hidden on mobile
|
||||||
|
|
Loading…
Reference in New Issue