version smartphone home

This commit is contained in:
armansansd
2021-09-09 11:00:09 +02:00
parent 1273819a76
commit 01fcfecb50
5 changed files with 24 additions and 5 deletions

View File

@@ -104,7 +104,11 @@ iframe{
.slick-arrow{
font-size: 0;
background: center / 40% no-repeat url(../images/fleche.svg);;
background: center / 40% no-repeat url(../images/fleche.svg);
@include breakpoint(small down) {
background: center / 100% no-repeat url(../images/fleche.svg);
}
}
.slick-prev{
-moz-transform: rotate(180deg);