sd
This commit is contained in:
parent
7eb48d702f
commit
1507771591
@ -77,7 +77,7 @@ const UserDashboardHome = () => {
|
|||||||
width: 320px;
|
width: 320px;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
transition: all 0.4s ease;
|
transition: all 0.4s ease;
|
||||||
opacity: 0.4;
|
opacity: 1;
|
||||||
transform: scale(0.85);
|
transform: scale(0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -88,7 +88,17 @@ const UserDashboardHome = () => {
|
|||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
.swiper-slide {
|
||||||
|
width: 300px;
|
||||||
|
height: 150px; }
|
||||||
|
|
||||||
|
.swiper-slide-active {
|
||||||
|
|
||||||
|
width: 300px;
|
||||||
|
height: 150px ! important;
|
||||||
|
}
|
||||||
|
}
|
||||||
.swiper-slide > div {
|
.swiper-slide > div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -127,7 +137,7 @@ const UserDashboardHome = () => {
|
|||||||
|
|
||||||
.swiper-slide-active {
|
.swiper-slide-active {
|
||||||
width: 300px !important;
|
width: 300px !important;
|
||||||
height: 400px !important;
|
height: 280px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-button-prev-custom,
|
.swiper-button-prev-custom,
|
||||||
@ -148,8 +158,8 @@ const UserDashboardHome = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.swiper-slide-active {
|
.swiper-slide-active {
|
||||||
width: 240px !important;
|
width: 300px !important;
|
||||||
height: 340px !important;
|
height: 220px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-button-prev-custom,
|
.swiper-button-prev-custom,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user