Skip to content

Commit c482181

Browse files
committed
Fix paragraph layout.
1 parent 876cd9b commit c482181

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

themes/hugo-coder/assets/scss/_content.scss

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,14 @@
5252
}
5353

5454
p {
55-
text-align: justify;
56-
text-justify: auto;
57-
-ms-hyphens: auto;
58-
-webkit-hyphens: auto;
59-
hyphens: auto;
55+
// text-align: justify;
56+
// text-justify: auto;
57+
// -ms-hyphens: auto;
58+
// -webkit-hyphens: auto;
59+
// hyphens: auto;
60+
61+
white-space: normal;
62+
width: 70rem;
6063
}
6164
}
6265

0 commit comments

Comments
 (0)