mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
don't make the body margin depend on text size
This commit is contained in:
parent
110fe33b64
commit
3e05002421
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
hr {
|
||||
background-color: #ccc;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 1.5em;
|
||||
margin: 10px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue