From 320ae0fb3c0e8100bc1db8aae389085c2d11bc75 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Sat, 30 Dec 2023 23:48:42 -0600 Subject: [PATCH] Make dates in post list not wrap --- src/style/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/global.css b/src/style/global.css index b6c63bc..1c3451f 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -238,7 +238,7 @@ time { } ul li time { - flex: 0 0 130px; + white-space: nowrap; } @media (max-width: 600px) {