From 2038811242e236fe88d629e34397e11db57fc02f Mon Sep 17 00:00:00 2001 From: Louis Dispa Date: Sun, 16 Feb 2025 19:55:55 +0100 Subject: [PATCH] Fix links on mobile layout --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 135b7fb4e..9fad9d917 100644 --- a/static/style.css +++ b/static/style.css @@ -382,6 +382,7 @@ blockquote { .links { display: flex; + flex-wrap: wrap; justify-content: stretch; gap: 1em; margin-bottom: 2em;