Skip to content

Commit

Permalink
Restore sub/sup positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill authored Jan 11, 2024
1 parent a185c0d commit f68a4a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _sass/jekyll-theme-slate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ strong {
font-weight: bold;
}

sub {
font-variant-position: sub;
}

sup {
font-variant-position: super;
}

img {
position: relative;
margin: 0 auto;
Expand Down

0 comments on commit f68a4a6

Please sign in to comment.