Fix title height

This commit is contained in:
2026-04-11 13:20:09 +02:00
parent fb26000122
commit 295ff0538a

View File

@@ -186,7 +186,7 @@ $panel-actual-width: min($panel-width, #{$panel-width-max});
span { span {
font-size: 1.3em; font-size: 1.3em;
line-height: var.$block-spacing; line-height: calc(var.$block-spacing / 1.3);
} }
} }