diff --git a/_sass/jekyll-theme-slate.scss b/_sass/jekyll-theme-slate.scss index b721960e..3683811e 100644 --- a/_sass/jekyll-theme-slate.scss +++ b/_sass/jekyll-theme-slate.scss @@ -130,6 +130,14 @@ strong { font-weight: bold; } +sub { + font-variant-position: sub; +} + +sup { + font-variant-position: super; +} + img { position: relative; margin: 0 auto;