From 8ec92a71f4149cc5c749e6b646fe24ea2bededfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ribeiro?= Date: Tue, 15 Apr 2025 23:30:27 +0100 Subject: [PATCH] Decrease line-height of calendar-container's text I like my calendar smaller --- SCSS/_blocks/_tables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/SCSS/_blocks/_tables.scss b/SCSS/_blocks/_tables.scss index dd8053c..1bde829 100644 --- a/SCSS/_blocks/_tables.scss +++ b/SCSS/_blocks/_tables.scss @@ -68,4 +68,5 @@ table { #calendar-container table { min-width: 100%; + line-height: 1.6; }