From 7d410c3f5e4cf5dedf79de4ce7f6973d80c814af Mon Sep 17 00:00:00 2001 From: Manos Katsomallos Date: Fri, 30 Jun 2023 18:28:50 +0200 Subject: [PATCH] Monospace font-family for location and date --- css/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/styles.css b/css/styles.css index e5071b6..75ac97d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -243,6 +243,7 @@ body { } .description .location { + font-family: monospace; font-size: calc(.75em + .25vw); margin: .25em; overflow: hidden; @@ -251,6 +252,7 @@ body { } .description .date { + font-family: monospace; font-size: calc(.75em + .25vw); margin: .25em; overflow: hidden;