From 028b8144e119e53d9c11461b36b8c36e6aeaca18 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Wed, 18 Oct 2023 12:59:49 +0200 Subject: [PATCH] Do some minuscle adjustments on all-icons-divider [why] Testing with Firefox 113 and Chromium 118 the eveness of the round circle might be improved a bit by using a slightly different font size. Well, I did this on Linux, maybe the rendering is different on other Platforms? We will see. Signed-off-by: Fini Jastrow --- _includes/css/nerd-font-tweaks.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/css/nerd-font-tweaks.scss b/_includes/css/nerd-font-tweaks.scss index 9d50bf58aa..fa0f34cfb0 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -435,7 +435,7 @@ a.nerd-font-button:before { } .sectioninner3 { - line-height: 29px; + line-height: 29.5px; word-spacing: 3px; top: inherit; left: inherit; @@ -733,7 +733,7 @@ a.nerd-font-button:before { } .sectioninner3 { - line-height: 21px; + line-height: 20px; font-size: 11px; } }