diff --git a/src/components/LogosSection/logosSection.js b/src/components/LogosSection/logosSection.js index bf6a79cb..cef52d7e 100644 --- a/src/components/LogosSection/logosSection.js +++ b/src/components/LogosSection/logosSection.js @@ -31,11 +31,15 @@ const LogosSection = ({ data }) => { items: 5 }, tablet: { - breakpoint: { max: 1024, min: 464 }, + breakpoint: { max: 1024, min: 768 }, items: 3 }, + mobileTablet: { + breakpoint: { max: 767, min: 577 }, + items: 2 + }, mobile: { - breakpoint: { max: 464, min: 0 }, + breakpoint: { max: 576, min: 0 }, items: 1 } }; @@ -59,11 +63,10 @@ const LogosSection = ({ data }) => { } customLeftArrow={}