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 {
background-color: #ccc;
margin: 1em;
}
body {
margin: 1.5em;
margin: 10px;
overflow-wrap: break-word;
}