davideisinger.com

My personal website
Log | Files | Refs | README

commit d0f7d166b2ffe293f01964dde1b90e98b2e8a4dd
parent 815a34091572ee99bdd67dd7d197580045738b87
Author: David Eisinger <[email protected]>
Date:   Tue,  4 Apr 2023 11:59:12 -0400

Fix line-height w/ superscripts

Diffstat:
Mthemes/v2/assets/css/style.scss | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -47,6 +47,10 @@ footer { } } +sup { + line-height: 0; +} + .nowrap { white-space: nowrap; }