Skip to content

Commit

Permalink
Merge pull request #133 from gurshabad/master
Browse files Browse the repository at this point in the history
Add word wrap for long words
  • Loading branch information
tholman committed Sep 12, 2016
2 parents 66a3348 + 491e944 commit 2e2dd6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/style.css
Expand Up @@ -57,6 +57,7 @@ section {
header {
font-weight: bold;
font-size: 38px;
word-wrap: break-word;
}

article {
Expand All @@ -66,6 +67,7 @@ article {
min-height: 90%;
font-size: 22px;
display: block;
word-wrap: break-word;
}

blockquote {
Expand Down

0 comments on commit 2e2dd6e

Please sign in to comment.