|
@@ -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;
|
|
|
|
|
|
}
|
|
|
}
|