Closes #217
This commit is contained in:
parent
2537697290
commit
07bff6ba3c
2 changed files with 6 additions and 0 deletions
|
@ -77,3 +77,8 @@ sub,
|
|||
sup {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
sub {
|
||||
display: block;
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
font-size: 1rem;
|
||||
}
|
||||
|
||||
sub,
|
||||
sup {
|
||||
@include font-mono;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue