remove the extra margin in the editing area so everything lines up

This commit is contained in:
Damien Elmes 2020-01-26 18:26:03 +10:00
parent 41bbc189f6
commit 46733e8cd7

View file

@ -27,7 +27,7 @@ img {
}
body {
margin: 5px;
margin: 0;
}
#topbutsOuter {