From e01342c98065e51d98d2bb891d4c0be616777f85 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 15 Feb 2025 21:05:08 -0500 Subject: [PATCH] fix footer on mobile --- resources/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/main.css b/resources/main.css index b63f16e..5b70eab 100644 --- a/resources/main.css +++ b/resources/main.css @@ -210,7 +210,7 @@ blockquote { /* Style the footer */ footer { display: flex; - flex-direction: row; + flex-flow: row wrap; align-items: stretch; gap: var(--box-gap); max-width: var(--content-width);