Added stypes for partners

This commit is contained in:
Umar Adilov 2025-05-03 01:42:29 +05:00
parent 1e9e2445e6
commit 6a069ecf39
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ export const PartnersSection = ({ partners }: PartnersSectionProps) => {
<PartnersSlider
partners={partnersFirstHalf}
autoplaySpeed={3000}
className='mb-12'
className='sm:mb-12'
/>
<PartnersSlider

View File

@ -40,11 +40,11 @@ export function PartnersSlider({
allowTouchMove={true}
breakpoints={{
320: {
slidesPerView: 2,
slidesPerView: 4,
spaceBetween: 5,
},
640: {
slidesPerView: 3,
slidesPerView: 4,
spaceBetween: 20,
},
768: {