demande de devis fix

This commit is contained in:
Kevin Tessier 2019-07-13 17:54:36 +02:00
parent 9f1dcbe0bc
commit 0a299a7201
3 changed files with 12 additions and 4 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,4 +1,7 @@
@media screen and (max-width: 1024px) { @media screen and (max-width: 1024px) {
header nav{
width: 90%!important;
}
.gal{ .gal{
.title_gal{ .title_gal{
top: 15vw!important; top: 15vw!important;
@ -13,6 +16,9 @@
transform: translate(0%, -125%)!important; transform: translate(0%, -125%)!important;
} }
} }
#newsletter #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedForm{
width: 50%!important;
}
} }
@media screen and (max-width: 960px) { @media screen and (max-width: 960px) {