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 {
font-size: 130px;
font-size: 120px;
position: static;
}
.sectiondivider .nf-fa-circle { color: #fff; }