From 4ed5458753524459acd3a68125d93eade1798a77 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 9 Dec 2023 14:55:42 -0500 Subject: [PATCH] allow wrap by default --- static/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/theme.css b/static/css/theme.css index 3e76126..a2608fb 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -202,6 +202,7 @@ div { justify-content: center; flex-direction: row; text-align: center; + flex-wrap: wrap; } article {