From d89c83256560b0909942ee2022ac1a9cee478c87 Mon Sep 17 00:00:00 2001 From: itsfinniii <102350242+itsfinniii@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:24:43 +0100 Subject: [PATCH] Make reviews component responsive for mobile --- astro/src/components/web/Reviews.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astro/src/components/web/Reviews.astro b/astro/src/components/web/Reviews.astro index 8a722b8..354aa51 100644 --- a/astro/src/components/web/Reviews.astro +++ b/astro/src/components/web/Reviews.astro @@ -19,8 +19,8 @@ const averageStars = Math.round((totalStars / totalReviews) * 10) / 10; const reviewsToShow = reviews.reviews.slice(0, 5); --- -
-
+
+

{reviews.title}

{reviews.text}