This commit is contained in:
ポール ウェッブ 2019-01-25 14:14:30 -06:00
parent 2537697290
commit 07bff6ba3c
2 changed files with 6 additions and 0 deletions

View file

@ -77,3 +77,8 @@ sub,
sup {
font-size: 0.8rem;
}
sub {
display: block;
line-height: 1.55;
}

View file

@ -56,6 +56,7 @@
font-size: 1rem;
}
sub,
sup {
@include font-mono;
}