From 5f55dc7fdad8de095cd83aec537cf89949c1134a Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Tue, 29 Aug 2023 02:42:40 +0200 Subject: [PATCH] fix(icon): vertical-align icons to text-bottom --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e9e5658..a20e0d7 100644 --- a/style.css +++ b/style.css @@ -144,7 +144,7 @@ cite::before { svg { margin-right: 0.2em; - vertical-align: -0.2em; + vertical-align: text-bottom; } .masthead {