style: Custom sup and sub to fix line-height
This commit is contained in:
parent
d28ddc3e1f
commit
ec7f2e8272
|
@ -198,6 +198,16 @@ hr
|
||||||
@media screen and (max-width: $size-small)
|
@media screen and (max-width: $size-small)
|
||||||
margin: calc(var(--tile)*2) calc(var(--tile)*-1)
|
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
|
.theme-primary
|
||||||
@include theme-primary
|
@include theme-primary
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue