From cb1755ad9ebcb07327af6071f4b3ed678e51cf45 Mon Sep 17 00:00:00 2001 From: shrapnelnet Date: Fri, 20 Dec 2024 20:49:14 +0000 Subject: [PATCH] Fix date overflow --- 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 076dd23..fc97dab 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -103,6 +103,7 @@ p > img { text-align: right; font-size: small; margin-left: auto; + overflow: hidden; } #socials { @@ -245,4 +246,4 @@ div.social-links > a { #socials > div > a { font-size: xx-small; } -} \ No newline at end of file +}