Adding MailChimp Suport Newsletter component (Server Side)

This commit is contained in:
Paolo Arena
2019-09-12 16:19:23 +02:00
parent 154b7a44e8
commit 04f4a83d6c
16 changed files with 234 additions and 27 deletions

View File

@@ -31,6 +31,25 @@
}
}
@media (max-width: 1600px) {
.myclimg {
height: 550px !important;
}
}
@media (max-width: 1000px) {
.myclimg {
height: 450px !important;
}
}
@media (max-width: 800px) {
.myclimg {
height: 400px !important;
}
}
@media (max-width: 718px) {
// PER VERSIONE MOBILE
.landing > section.padding_testo {