set text-align to justify for CJK languages
This commit is contained in:
parent
9e657da94a
commit
1473262183
@ -25,6 +25,12 @@
|
||||
margin: 20px auto;
|
||||
padding: 20px 0;
|
||||
|
||||
p:lang(zh),
|
||||
p:lang(ja),
|
||||
p:lang(ko) {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-bottom: 1px solid $border-color;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user