Skip to content

Commit

Permalink
Break too long words to prevent horizontal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeena committed Oct 29, 2016
1 parent c7153e0 commit cfec5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ body {
font-family: sans-serif;
padding: 2em;
font-weight: lighter;
word-wrap: break-word;
}

.nightmode {
Expand Down

0 comments on commit cfec5fd

Please sign in to comment.