Skip to content

Commit c7d5b71

Browse files
authored
Merge pull request #714 from lqez/better-break-for-korean
Better word-break style for Korean
2 parents dd899ad + 37bb90e commit c7d5b71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/custom.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ blockquote {
2020
}
2121
}
2222

23+
.lead,
24+
.alt-lead {
25+
word-break: keep-all;
26+
}
27+
2328
.pquote {
2429
border: $border;
2530
padding: $spacer-3;
@@ -172,6 +177,7 @@ blockquote {
172177
font-size: 21px;
173178
font-weight: $font-weight-light;
174179
color: $gray;
180+
word-break: keep-all;
175181
@include breakpoint(md) { font-size: 24px; }
176182
@include breakpoint(lg) { font-size: 26px; }
177183

0 commit comments

Comments
 (0)