landing page banner

main
alexanderroese 2024-06-23 17:00:44 +02:00
parent 0809bcc70a
commit e822480ecb
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: 650px }};
height: {{ mobile_image_height }};
background-image: url({{ mobile_image | file_url }});
background-size: cover;
background-position: center;