ecommerce
Version:
Easily create Ecommerce sites powered by Hanzo.
47 lines (41 loc) • 920 B
CSS
.hero.informatic .content {
margin-top: 0vh ;
height: 100vh;
max-width: 100vw ;
margin-bottom: 0 ;
display: table ;
padding: 0 ;
overflow: hidden;
}
.hero.informatic, .hero.informatic .image, .hero.informatic .info {
min-height: 600px ;
height: 100vh;
display: table;
position: relative;
}
.hero.informatic .info.info.info {
padding-top: 20vh;
position: relative;
}
/* ie9/10 */
@media screen and (min-width:0\0) {
.hero.informatic .content {
margin-top: 15vh ;
height: auto ;
}
}
@media screen and (max-width:600px\0) {
.hero.informatic .content {
margin-top: 10vh ;
}
}
@media (max-width: 800px) {
.hero.informatic .image {
display: none;
}
.hero.informatic .info {
max-width: 100% ;
text-align: center ;
width: 100% ;
}
}