demande de devis fix

This commit is contained in:
Kevin Tessier 2019-07-13 17:47:05 +02:00
parent bc3809532a
commit 13faed5ff2
3 changed files with 25 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,20 @@
@media screen and (max-width: 1024px) {
.gal{
.title_gal{
top: 15vw!important;
max-width: 60%!important;
}
}
#devis{
.txt{
width: 35%!important;
}
.demander-votre-devis{
transform: translate(35%, -125%)!important;
}
}
}
@media screen and (max-width: 960px) {
header nav{
position: relative;
@ -285,8 +302,8 @@
width: auto!important;
}
.demander-votre-devis{
-webkit-transform: translate(0, -50%)!important;
transform: translate(0, -50%)!important;
// -webkit-transform: translate(0, -50%)!important;
// transform: translate(0, -50%)!important;
}
}