From 16ca173b663357c9745ce8bb8a513630c797c18f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 21 Oct 2025 00:44:14 -0500 Subject: fix flex wrap on small screens --- theme/static/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'theme/static') diff --git a/theme/static/styles.css b/theme/static/styles.css index 1e8df40..150973f 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -113,6 +113,7 @@ time { } .post time { + flex-shrink: 0; margin-right: 1rem; } @@ -126,7 +127,7 @@ footer { --bg-light: #1B2229; --fg: #DFDFDF; --fg-light: #BBC2CF; - --link: #047ACE; + --link: #67C0FF; --code: #FF6C6B; } -} \ No newline at end of file +} -- cgit v1.2.3