From 8a6bf2d2cb448d976b1c08843a5d177104b87a28 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 8 Jan 2025 02:46:50 -0500 Subject: [PATCH] fix tag overflow --- static/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/theme.css b/static/css/theme.css index 94fc426..b7fc6af 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -885,6 +885,7 @@ article a[href^="https"]:where(:not([href*="{{.Site.BaseURL}}"]))::after { display:flex; flex-direction: row; align-items: center; + flex-wrap:wrap; justify-content: center; width:100%; }