We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd27a03 commit 5890726Copy full SHA for 5890726
src/pages/index.tsx
@@ -274,6 +274,7 @@ const HomePage = ({
274
className={cn(
275
"lg:hidden", // Mobile only
276
"[&_.swiper-slide]:overflow-visible [&_.swiper-slide]:rounded-2xl [&_.swiper-slide]:shadow-card-hover",
277
+ "[&_.swiper-slide-shadow]:!bg-transparent",
278
"[&_.swiper]:mx-auto [&_.swiper]:mt-4 [&_.swiper]:!flex [&_.swiper]:h-fit [&_.swiper]:max-w-128 [&_.swiper]:flex-col [&_.swiper]:items-center"
279
)}
280
>
src/styles/global.css
@@ -167,10 +167,6 @@
167
}
168
169
170
-.swiper-slide-shadow {
171
- background: transparent !important;
172
-}
173
-
174
@layer utilities {
175
.animate-pause {
176
animation-play-state: paused;
0 commit comments