This commit is contained in:
Ilia Mashkov
2025-11-23 13:15:45 +03:00
parent e892e69277
commit eace670c50
3 changed files with 43 additions and 5 deletions

View File

@@ -32,10 +32,16 @@
pointer-events: none;
}
:global(.swiper) {
@media (width <=768px) {
padding: 0 20px;
}
}
:global(.swiper-slide-next) {
transition: opacity 0.3s ease;
@media (width <=576px) {
@media (width <=768px) {
opacity: 0.4;
}
}
@@ -43,7 +49,7 @@
:global(.swiper-slide-prev) {
transition: opacity 0.3s ease;
@media (width <=576px) {
@media (width <=768px) {
opacity: 0.4;
}
}