style: fix subtitle line spacing

This commit is contained in:
Ben Goldsworthy 2025-05-20 20:27:22 +02:00
parent c9f06eae9c
commit 27762fe0e2
No known key found for this signature in database

View file

@ -115,5 +115,6 @@
font-size: 1em; font-size: 1em;
grid-area: tile-subtitle; grid-area: tile-subtitle;
align-self: start; align-self: start;
line-height: 1.2em;
} }
} }