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