From 82cb11bcc572d8b7cc0ae848b2c8f03121f11cda Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Fri, 15 Mar 2024 12:04:09 +0100 Subject: [PATCH] download: Remove archive icon [why] The archive icon before the font preview is rather distracting and makes reading the actual font name harder. [how] Remove the icon and grow the font preview a bit to better match the width of the two bottom buttons. Signed-off-by: Fini Jastrow --- _includes/css/nerd-font-tweaks.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/_includes/css/nerd-font-tweaks.scss b/_includes/css/nerd-font-tweaks.scss index 7b91ecc19..5fcb676a4 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -558,16 +558,10 @@ a.nerd-font-button:before { .font-preview { text-decoration: none; background-size: contain; - height: 110px; + height: 140px; background-repeat: no-repeat; - background-position-x: 34px; } - .font-preview:before { - content: ""; - font-size: 32px; - font-family: 'NerdFontsSymbols Nerd Font'; - } } .nerd-font-buttons-wrapper {