fix
This commit is contained in:
parent
eb26368e8b
commit
7d722f1435
|
|
@ -12,6 +12,7 @@
|
|||
position: absolute;
|
||||
left: 0;
|
||||
z-index: 0 !important;
|
||||
object-fit: cover;
|
||||
}
|
||||
.works_container{
|
||||
width: 90%;
|
||||
|
|
@ -39,17 +40,17 @@
|
|||
}
|
||||
|
||||
.swiper_container{
|
||||
width: 86%;
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.works_Swiper{
|
||||
img{
|
||||
width: 138px;
|
||||
width: 170px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:500px) {
|
||||
@media screen and (max-width:600px) {
|
||||
.works{
|
||||
padding-bottom: 100px;
|
||||
.works_container{
|
||||
|
|
@ -73,7 +74,7 @@
|
|||
padding-right: 5px;
|
||||
img{
|
||||
width: 37vw;
|
||||
height: 270px;
|
||||
|
||||
}
|
||||
.swiper-slide{
|
||||
@include Flex;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user