demande de devis fix

This commit is contained in:
Kevin Tessier 2019-07-13 17:58:27 +02:00
parent 0a299a7201
commit c8e3bb0487
2 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,6 +13,7 @@
width: 35%!important; width: 35%!important;
} }
.demander-votre-devis{ .demander-votre-devis{
-webkit-transform: translate(0%, -125%)!important;
transform: translate(0%, -125%)!important; transform: translate(0%, -125%)!important;
} }
} }
@ -422,6 +423,7 @@
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
#devis{ #devis{
.demander-votre-devis{ .demander-votre-devis{
-webkit-transform: translate(50%, -125%)!important;
transform: translate(50%, -125%)!important; transform: translate(50%, -125%)!important;
} }
} }