Untitled
unknown
plain_text
a year ago
810 B
3
Indexable
.hero-image {
position: relative;
inset: 0%;
}
@media screen and (max-width:1792px) {
.hero-image {
position: relative;
inset: 0% 0% 0% 5%;
}
}
@media screen and (max-width:1680px) {
.hero-image {
position: relative;
inset: 0% 0% 0% 7%;
}
}
@media screen and (max-width:1520px) {
.hero-image {
position: relative;
inset: 0% 0% 0% 10%;
}
.section.hero-section {
height: 60em;
}
}
@media screen and (max-width:1500px) {
.section.hero-section {
height: 60.9em;
}
}
@media screen and (max-width:1112px) {
._100-spacer.hero {
height: 4.25em;
}
@media screen and (max-width:991px) {
.section.hero-section {
height: auto;
}
}
@media screen and (max-width:767px) {
.hero-image {
position: relative;
inset: 0% 0% 0% 0%;
}
}Editor is loading...
Leave a Comment