Fix a left margin appearing on all non-default themes

This commit is contained in:
Jérémie Astori 2016-09-17 13:13:01 -04:00
parent ba8ddd88c0
commit 8be62e4f55
2 changed files with 4 additions and 4 deletions

View file

@ -555,10 +555,6 @@ button {
flex-direction: column;
}
.signed-out #main {
left: 5px;
}
#header {
display: none;
height: 40px;

View file

@ -5,3 +5,7 @@
body {
margin: 0;
}
.signed-out #main {
left: 5px;
}