1

fix auto-hyphens

This commit is contained in:
Evan Pratten 2024-01-05 10:14:36 -05:00
parent 73a075de20
commit 32a60b06fc

View File

@ -9,11 +9,14 @@ p {
margin-bottom: 16px;
text-align: justify;
hyphens: auto;
font-kerning: normal;
// font-variant-ligatures: common-ligatures contextual discretionary-ligatures historical-ligatures;
}
.no-justify {
p {
text-align: left !important;
hyphens: none;
}
}