aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base/reusable-components/_includes/_resets/_typo-sub-sup.scss
blob: 6e9b3d787e28163402e839b60980120f6f3e4893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* avoid ugly line-height */
sup,
sub {
  vertical-align: 0;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}