From cee130ffb5ff4085793ee4ec0ff41b8fd54384fa Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 11 Oct 2022 01:07:46 +0200 Subject: [PATCH] css: shrink month names to fit the box --- ticker-serve/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticker-serve/static/style.css b/ticker-serve/static/style.css index c84831b..eff27d7 100644 --- a/ticker-serve/static/style.css +++ b/ticker-serve/static/style.css @@ -39,7 +39,7 @@ h2 { } .date .month { align-self: center; - font-size: 70%; + font-size: 60%; font-variant-caps: small-caps; } .weekday {