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 <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2024-03-15 12:04:09 +01:00
parent 50fa62d885
commit 82cb11bcc5

View file

@ -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 {