From b6ab68aa4dc6f1be97b7417c90c4befb5a20c1d2 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 25 Sep 2022 08:50:39 -0700 Subject: [PATCH] Do not uppercase the dates of posts --- static/styles/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/styles/main.css b/static/styles/main.css index cc3fa41..b726be0 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -253,7 +253,6 @@ figure.bordered { inline-size: min-content; letter-spacing: 1px; margin-block-start: 0.5rem; - text-transform: uppercase; white-space: nowrap; }