From a78bc67ed32c71d8e4d9be136f71755f93e865ff Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 19 Sep 2025 00:30:38 +0200 Subject: [PATCH] style: add responsive padding to BentoReviews component for mobile devices --- src/components/BentoReviews.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/BentoReviews.tsx b/src/components/BentoReviews.tsx index 19e323f..6f6909a 100644 --- a/src/components/BentoReviews.tsx +++ b/src/components/BentoReviews.tsx @@ -55,9 +55,9 @@ const items = [ export function BentoReviews() { return (
-
+
-
+

Mycelium Technologies

@@ -70,7 +70,7 @@ export function BentoReviews() {
- + {items.map((item, i) => (