From 51afdcfb44407e80aed01c5e4024fb1f3b81010d Mon Sep 17 00:00:00 2001 From: itsfinniii <102350242+itsfinniii@users.noreply.github.com> Date: Tue, 24 Mar 2026 21:36:39 +0100 Subject: [PATCH] Add full width to the Wall Of Text --- astro/src/components/web/WallOfText.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/src/components/web/WallOfText.astro b/astro/src/components/web/WallOfText.astro index ea62d54..839e54f 100644 --- a/astro/src/components/web/WallOfText.astro +++ b/astro/src/components/web/WallOfText.astro @@ -8,7 +8,7 @@ interface Props { const wallOfText = Astro.props.wallOfText; --- -