style: restrict old-style numbers
This commit is contained in:
parent
bfa512eb6f
commit
12e229c41a
1 changed files with 7 additions and 5 deletions
|
@ -62,11 +62,13 @@ hgroup {
|
||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
.article-body__content {
|
||||||
text-wrap: pretty;
|
& p {
|
||||||
font-variant-numeric: oldstyle-nums;
|
text-wrap: pretty;
|
||||||
margin-block: 1em;
|
font-variant-numeric: oldstyle-nums;
|
||||||
margin-block: 1lh;
|
margin-block: 1em;
|
||||||
|
margin-block: 1lh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue