Skip to content

Commit 3969576

Browse files
committed
Restore sub/sup positioning
1 parent f2ad59a commit 3969576

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: _sass/jekyll-theme-slate.scss

+8
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,14 @@ strong {
130130
font-weight: bold;
131131
}
132132

133+
sub {
134+
font-variant-position: sub;
135+
}
136+
137+
sup {
138+
font-variant-position: super;
139+
}
140+
133141
img {
134142
position: relative;
135143
margin: 0 auto;

0 commit comments

Comments
 (0)