From 1f7b3a0774f95f38d62bc7b0b511afeda5eaffb2 Mon Sep 17 00:00:00 2001 From: observer Date: Fri, 14 Aug 2026 19:01:27 +0100 Subject: [PATCH] force date to take full width --- assets/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/index.css b/assets/css/index.css index 04874b8..bceda55 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -98,13 +98,14 @@ p > img { line-height: 1.5em; flex-grow: 1; padding-right: 2%; + min-width: 0; } .card > p { text-align: right; font-size: small; margin-left: auto; - overflow: scroll; + white-space: nowrap; } #socials {