set text-align to justify for CJK languages

This commit is contained in:
T2hhbmEK 2023-01-22 03:51:46 +08:00
parent 9e657da94a
commit 1473262183
No known key found for this signature in database
GPG Key ID: D412878779B8898C

View File

@ -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;
}