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 } } }