don't make the body margin depend on text size

This commit is contained in:
Damien Elmes 2017-12-24 22:26:55 +10:00
parent 110fe33b64
commit 3e05002421

View file

@ -1,10 +1,9 @@
hr { hr {
background-color: #ccc; background-color: #ccc;
margin: 1em;
} }
body { body {
margin: 1.5em; margin: 10px;
overflow-wrap: break-word; overflow-wrap: break-word;
} }