style: fix oldstyle numbers

This commit is contained in:
Ben Goldsworthy 2025-06-04 17:30:20 +02:00
parent 5e98ccc46c
commit 0af09d352a
No known key found for this signature in database

View file

@ -63,9 +63,13 @@ hgroup {
}
.article-body__content {
& p,
& li {
font-variant-numeric: oldstyle-nums;
}
& p {
text-wrap: pretty;
font-variant-numeric: oldstyle-nums;
margin-block: 1em;
margin-block: 1lh;
}