brz9-cdn/byl/css/fonts.css

13 lines
151 B
CSS

.byl-justext p {
text-align: justify;
}
.byl-justext p::before {
content: " ";
white-space: pre;
}
.byl-txt-right {
text-align: right;
}