corection #1304 1305 1307 1308 1311 1315 1316

This commit is contained in:
armansansd
2021-07-05 13:24:49 +02:00
parent 3ae61ffc2d
commit 7c0c5a1673
14 changed files with 379 additions and 95 deletions

View File

@@ -3,6 +3,7 @@ body{
font-size: $font-normal ;
font-weight: 300;
line-height: 1.5;
background: $bck-col;
}
main{
h2{
@@ -14,7 +15,9 @@ main{
a{
color:inherit;
}
.ext{
display: none;
}
strong{
font-weight: 600;
}
@@ -22,4 +25,16 @@ strong{
//TEMP
iframe{
display: none;
}
.slick-arrow{
font-size: 0;
background: center / 40% no-repeat url(../images/fleche.svg);;
}
.slick-prev{
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}