style: fix oldstyle numbers
This commit is contained in:
parent
5e98ccc46c
commit
0af09d352a
1 changed files with 5 additions and 1 deletions
|
@ -63,9 +63,13 @@ hgroup {
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-body__content {
|
.article-body__content {
|
||||||
|
& p,
|
||||||
|
& li {
|
||||||
|
font-variant-numeric: oldstyle-nums;
|
||||||
|
}
|
||||||
|
|
||||||
& p {
|
& p {
|
||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
font-variant-numeric: oldstyle-nums;
|
|
||||||
margin-block: 1em;
|
margin-block: 1em;
|
||||||
margin-block: 1lh;
|
margin-block: 1lh;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue