From 0d329d1e9c8708689f3475481631b61b2a877590 Mon Sep 17 00:00:00 2001 From: itsfinniii <102350242+itsfinniii@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:18:59 +0100 Subject: [PATCH] Make Text with Image responsive --- astro/src/components/web/TextWithImage.astro | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/astro/src/components/web/TextWithImage.astro b/astro/src/components/web/TextWithImage.astro index 98ee1eb..d56b4dd 100644 --- a/astro/src/components/web/TextWithImage.astro +++ b/astro/src/components/web/TextWithImage.astro @@ -15,14 +15,17 @@ const imageSize = () => { } --- -