From 99073e0a22efcafd9c0355f2f0a89a91e1f81036 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Wed, 18 Oct 2023 12:55:38 +0200 Subject: [PATCH] Revert "Fix wrong small version of all-icons-divider" This reverts commit 20da768954d0f832db5911030b231140971074b2. The problem is solved more elegantly by the next commit Issue with Subtitle Circle and Layout on Smaller Screens #1384 fixed --- _includes/css/nerd-font-tweaks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/css/nerd-font-tweaks.scss b/_includes/css/nerd-font-tweaks.scss index fa034617c8..f85c1c74b9 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -733,7 +733,7 @@ a.nerd-font-button:before { } .sectioninner3 { - line-height: 16px; + line-height: 21px; font-size: 11px; } }