1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00

Adapt scss to new icon sizes

[why]
The icon sizes (in EM) changed a bit, so we need to decrease the display
size to make the icon not-overlap the text.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2022-12-16 19:02:19 +01:00
parent 851be7dcda
commit a7810a53d0

View File

@ -214,7 +214,7 @@ nav ul li:hover, nav ul li.active {
} }
.sectiondivider .fa-stack { .sectiondivider .fa-stack {
font-size: 130px; font-size: 120px;
position: static; position: static;
} }
.sectiondivider .nf-fa-circle { color: #fff; } .sectiondivider .nf-fa-circle { color: #fff; }