Break too long words to prevent horizontal scrolling

This commit is contained in:
Jeena 2016-10-29 10:51:14 +02:00
parent c7153e070e
commit cfec5fd9ed

View file

@ -27,6 +27,7 @@ body {
font-family: sans-serif;
padding: 2em;
font-weight: lighter;
word-wrap: break-word;
}
.nightmode {