Break too long words to prevent horizontal scrolling
This commit is contained in:
parent
c7153e070e
commit
cfec5fd9ed
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ body {
|
|||
font-family: sans-serif;
|
||||
padding: 2em;
|
||||
font-weight: lighter;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.nightmode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue