Skip to content

Commit

Permalink
Merge pull request barryclark#69 from kashiro/fix/68
Browse files Browse the repository at this point in the history
add word-wrap -> break-word
  • Loading branch information
mmistakes committed Dec 22, 2014
2 parents f8cc00f + b2e9467 commit 6700d34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _sass/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ body {
.entry,
.hentry {
@include clearfix;
h1, h2, h3, h4, h5, h6, p, li {
word-wrap: break-word;
}
}
.entry-content {
@include font-size(16);
Expand Down

0 comments on commit 6700d34

Please sign in to comment.