Tweak line height

This commit is contained in:
Half-Shot
2024-11-07 10:25:05 +00:00
parent 83eb5b4977
commit 29d562aea1

View File

@@ -43,10 +43,14 @@
display: inline-block;
text-align: center;
font-size: 1.3em;
/* Centralise */
line-height: 1.2;
}
.reactionLarge > span {
width: var(--cpd-space-8x);
height: var(--cpd-space-8x);
font-size: 1.9em;
/* Centralise */
line-height: 1.1;
}