don't make the body margin depend on text size
This commit is contained in:
parent
110fe33b64
commit
3e05002421
@ -1,10 +1,9 @@
|
||||
hr {
|
||||
background-color: #ccc;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 1.5em;
|
||||
margin: 10px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user