- Fix CImgTitle positioning

- CPreloadImage
This commit is contained in:
Paolo Arena
2019-09-19 22:56:19 +02:00
parent 04f4a83d6c
commit 3459f00a3b
18 changed files with 208 additions and 86 deletions

View File

@@ -33,24 +33,28 @@
@media (max-width: 1600px) {
.myclimg {
height: 550px !important;
max-height: 550px !important;
}
}
@media (max-width: 1000px) {
.myclimg {
height: 450px !important;
max-height: 450px !important;
}
}
@media (max-width: 800px) {
.myclimg {
height: 400px !important;
max-height: 400px !important;
}
}
@media (max-width: 718px) {
@media (max-width: 400px) {
.myclimg {
// height: inherit !important;
}
// PER VERSIONE MOBILE
.landing > section.padding_testo {
padding-top: 0.5rem;