landing page banner
parent
75c575a285
commit
e7a41167a5
|
@ -15,14 +15,12 @@
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
transform: scale(1.1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 750px) {
|
@media screen and (min-width: 750px) {
|
||||||
.shx-landingpage-banner {
|
.shx-landingpage-banner {
|
||||||
height: 450px;
|
height: 450px;
|
||||||
background-image: url("{{ desktop_image | file_url }}");
|
background-image: url("{{ desktop_image | file_url }}");
|
||||||
transform: scale(1);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue