landing page banner
parent
d820a18153
commit
9607b312a2
|
@ -6,7 +6,7 @@
|
||||||
.shx-landingpage-banner {
|
.shx-landingpage-banner {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: {{ mobile_image_height }};
|
height: {{ mobile_image_height | default: 300px }};
|
||||||
background-image: url({{ mobile_image | file_url }});
|
background-image: url({{ mobile_image | file_url }});
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
Loading…
Reference in New Issue