Decrease line-height of calendar-container's text

I like my calendar smaller
This commit is contained in:
João Ribeiro 2025-04-15 23:30:27 +01:00
parent 4a5df44d85
commit 8ec92a71f4

View file

@ -68,4 +68,5 @@ table {
#calendar-container table {
min-width: 100%;
line-height: 1.6;
}