landing page banner

main
alexanderroese 2024-06-23 17:02:37 +02:00
parent 9607b312a2
commit 7cdf21eb13
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
.shx-landingpage-banner {
object-fit: cover;
width: 100%;
height: {{ mobile_image_height | default: 300px }};
height: {{ mobile_image_height | default: "300px" }};
background-image: url({{ mobile_image | file_url }});
background-size: cover;
background-position: center;