From 3969576bfc54bc2453805f76ee02df41f4ede840 Mon Sep 17 00:00:00 2001 From: Rob Cowsill <42620235+rcowsill@users.noreply.github.com> Date: Thu, 11 Jan 2024 22:01:12 +0000 Subject: [PATCH] Restore sub/sup positioning --- _sass/jekyll-theme-slate.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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;