Skip to content

Commit

Permalink
feat: update mobile solution style
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangtaofeng committed Jan 3, 2024
1 parent f6a0e60 commit 94b93ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
}

:global .swiper-slide {
width: auto !important;
width: 320px !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const SolutionsMobile: FC = () => {
centeredSlides
slidesPerView="auto"
spaceBetween={0}
className="w-auto"
className="w-full"
autoplay={{
delay: 3000,
}}
Expand Down

0 comments on commit 94b93ca

Please sign in to comment.