Skip to content

Commit

Permalink
hotfix: add swiper slides gap
Browse files Browse the repository at this point in the history
  • Loading branch information
Segodnya committed Aug 3, 2023
1 parent dd616c1 commit d1ba0b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.sectionAudienceContainer {
padding: 82px 60px 0;
width: 100%;
max-width: 1600px;
max-width: 430px;
margin: 0 auto;
}
.sectionAudienceTitle {
Expand All @@ -30,7 +30,7 @@
flex-direction: column;
gap: 20px;
width: 467px;
min-height: 550px;
min-height: 467px;
border-radius: 20px;
padding: 40px 36px;
border: 1px solid transparent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const AudienceSwiper: React.FC = () => {
<Swiper
style={{ padding: "4px", zIndex: 0 }}
className={styles.audienceCards}
spaceBetween={0}
spaceBetween={8}
slidesPerView={1}
>
<SwiperSlide className={styles.audienceCard}>
Expand Down

0 comments on commit d1ba0b6

Please sign in to comment.