This commit is contained in:
karimaldeen 2024-09-11 12:29:53 +03:00
parent eb26368e8b
commit 7d722f1435

View File

@ -12,6 +12,7 @@
position: absolute; position: absolute;
left: 0; left: 0;
z-index: 0 !important; z-index: 0 !important;
object-fit: cover;
} }
.works_container{ .works_container{
width: 90%; width: 90%;
@ -39,17 +40,17 @@
} }
.swiper_container{ .swiper_container{
width: 86%; width: 90%;
} }
} }
} }
.works_Swiper{ .works_Swiper{
img{ img{
width: 138px; width: 170px;
} }
} }
@media screen and (max-width:500px) { @media screen and (max-width:600px) {
.works{ .works{
padding-bottom: 100px; padding-bottom: 100px;
.works_container{ .works_container{
@ -73,7 +74,7 @@
padding-right: 5px; padding-right: 5px;
img{ img{
width: 37vw; width: 37vw;
height: 270px;
} }
.swiper-slide{ .swiper-slide{
@include Flex; @include Flex;