Skip to content

Commit

Permalink
Restore sub/sup positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill committed Jan 18, 2024
1 parent f2ad59a commit 3969576
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 3969576

Please sign in to comment.