Skip to content

Commit

Permalink
fix partners component
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihturker committed Sep 15, 2021
1 parent 41c1ec6 commit 8c99ffc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
slidesPerView: 2,
spaceBetween: 40
},
'1200': {
slidesPerView: 4,
'1000': {
slidesPerView: 3,
spaceBetween: 50
}
}"
Expand Down
9 changes: 7 additions & 2 deletions src/app/page/landing-layout/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
padding-right: 2vw;
}

.product-line-header, .features .feature {
.product-line-header,
.features .feature {
padding-left: 7vw;
padding-right: 7vw;
}
Expand Down Expand Up @@ -121,6 +122,7 @@

app-swiper-wrapper {
height: 200px;
width: 80%;
}

@media only screen and (max-width: 999px) {
Expand Down Expand Up @@ -179,6 +181,10 @@ app-swiper-wrapper {
padding-bottom: 20px;
text-align: center;
}

app-swiper-wrapper {
margin-bottom: 50px;
}
}

@media only screen and (min-width: 1000px) {
Expand Down Expand Up @@ -250,4 +256,3 @@ app-swiper-wrapper {
box-shadow: 0 3px 15px 1px var(--shadow);
}
}

0 comments on commit 8c99ffc

Please sign in to comment.