From 32f9f2976f24a4b636f7a295f4bc4d102b8d1fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20=C3=81lvarez?= Date: Fri, 15 Apr 2022 16:36:25 +0200 Subject: [PATCH] Fix slides mobile bpoints --- src/components/sections/about/related/index.tsx | 2 +- src/components/sections/community/events/index.tsx | 2 +- src/components/sections/homepage/latest-news/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/about/related/index.tsx b/src/components/sections/about/related/index.tsx index 2687eea..29db7f5 100644 --- a/src/components/sections/about/related/index.tsx +++ b/src/components/sections/about/related/index.tsx @@ -30,7 +30,7 @@ const Related = ({ data, isInPost }: Props) => { '(max-width: 1140px)': { slides: { perView: 2.9, spacing: 22 } }, - '(max-width: 850px)': { + '(max-width: 900px)': { slides: { perView: 1.12, spacing: 12 } } } diff --git a/src/components/sections/community/events/index.tsx b/src/components/sections/community/events/index.tsx index 2863c93..ae9456a 100644 --- a/src/components/sections/community/events/index.tsx +++ b/src/components/sections/community/events/index.tsx @@ -28,7 +28,7 @@ const Events = () => { '(max-width: 1140px)': { slides: { perView: 2.915, spacing: 20 } }, - '(max-width: 850px)': { + '(max-width: 900px)': { slides: { perView: 1.12, spacing: 12 } } } diff --git a/src/components/sections/homepage/latest-news/index.tsx b/src/components/sections/homepage/latest-news/index.tsx index e94c69f..0b9ed66 100644 --- a/src/components/sections/homepage/latest-news/index.tsx +++ b/src/components/sections/homepage/latest-news/index.tsx @@ -31,7 +31,7 @@ const LatestNews = ({ data }: Props) => { '(max-width: 1140px)': { slides: { perView: 2.915, spacing: 20 } }, - '(max-width: 850px)': { + '(max-width: 900px)': { slides: { perView: 1.12, spacing: 12 } } }