landing page banner
parent
2bbc9767e7
commit
052e78db8a
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.shx-landingpage-banner {
|
.shx-landingpage-banner {
|
||||||
object-fit: cover
|
object-fit: cover;
|
||||||
width: 100%
|
width: 100%;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
background-image: url("{{ mobile_image | file_url }}");
|
background-image: url("{{ mobile_image | file_url }}");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
Loading…
Reference in New Issue