Skip to content

Commit ff2ff6e

Browse files
committedJul 24, 2015
Don’t hyphenate headers
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent b291f90 commit ff2ff6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎files/assets/css/custom.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ blockquote p, blockquote, p {
2727
height: 50px;
2828
}
2929

30-
.col-md-4 {
30+
.col-md-4 p {
3131
-moz-hyphens: auto;
3232
-ms-hyphens: auto;
3333
-webkit-hyphens: auto;

1 commit comments

Comments
 (1)

da2x commented on Jul 24, 2015

@da2x
Contributor

Good point.

Please sign in to comment.