style: Custom sup and sub to fix line-height

This commit is contained in:
Simon 2022-02-08 22:36:24 +01:00
parent d28ddc3e1f
commit ec7f2e8272
1 changed files with 10 additions and 0 deletions

View File

@ -198,6 +198,16 @@ hr
@media screen and (max-width: $size-small)
margin: calc(var(--tile)*2) calc(var(--tile)*-1)
sup
vertical-align: top
position: relative
top: -0.3em
sub
vertical-align: bottom
position: relative
bottom: -0.3em
.theme-primary
@include theme-primary