landing page banner

main
alexanderroese 2024-06-23 17:02:54 +02:00
parent 7cdf21eb13
commit 6d9d9b1f20
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
.shx-landingpage-banner { .shx-landingpage-banner {
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
height: {{ mobile_image_height | default: "300px" }}; height: {{ mobile_image_height | default: "650px" }};
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;