Skip to content

Commit 2e2dd6e

Browse files
authored
Merge pull request #133 from gurshabad/master
Add word wrap for long words
2 parents 66a3348 + 491e944 commit 2e2dd6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ section {
5757
header {
5858
font-weight: bold;
5959
font-size: 38px;
60+
word-wrap: break-word;
6061
}
6162

6263
article {
@@ -66,6 +67,7 @@ article {
6667
min-height: 90%;
6768
font-size: 22px;
6869
display: block;
70+
word-wrap: break-word;
6971
}
7072

7173
blockquote {

0 commit comments

Comments
 (0)