- fixed added meta tags "title, keywords and description"

- fixed height images in gallery
This commit is contained in:
Paolo Arena
2019-10-18 01:47:36 +02:00
parent 35b360bf9a
commit 4a7c68fbd5
14 changed files with 34 additions and 77 deletions

View File

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