From 58b5afd592623af7d9b44f9cde837665da90955d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 19 Oct 2022 19:46:33 +0100 Subject: [PATCH] date style tweaks --- src/styles/Home.module.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/styles/Home.module.css b/src/styles/Home.module.css index c5a7920..827d070 100644 --- a/src/styles/Home.module.css +++ b/src/styles/Home.module.css @@ -139,7 +139,10 @@ .date { display: inline-block; - margin-left: calc(var(--spacer) / 6); + margin-left: calc(var(--spacer) / 4); font-size: var(--font-size-small); color: var(--color-secondary); + text-transform: lowercase; + font-family: var(--font-family-base); + font-weight: var(--font-weight-base); }