From e52bf11cc4563dbf17a29ac3912350fa88ce63b1 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 17 Apr 2026 14:29:51 +1000 Subject: [PATCH] fixed galleryin site --- site/src/main/components/Gallery.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/main/components/Gallery.tsx b/site/src/main/components/Gallery.tsx index 206a5bf..44ca8a1 100644 --- a/site/src/main/components/Gallery.tsx +++ b/site/src/main/components/Gallery.tsx @@ -15,7 +15,7 @@ function Gallery() { sx={{ columnCount: { xs: '1 !important', - sm: '3 !important', + sm: '1 !important', md: '3 !important', lg: '3 !important', },