1

37 lines
502 B
SCSS

p {
margin-top: 0;
margin-bottom: 16px;
padding: 0 0.25em;
text-align: justify;
hyphens: auto;
font-kerning: normal;
font-variant-ligatures: normal;
// font-variant-ligatures: common-ligatures contextual discretionary-ligatures historical-ligatures;
}
.no-justify {
p {
text-align: left !important;
hyphens: none;
}
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}