From 6d9d9b1f2093e832e589f2ad5b9a38d4b0317ba2 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 17:02:54 +0200 Subject: [PATCH] landing page banner --- snippets/shx-landingpage-banner.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index 2992b5a..324f4b5 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -6,7 +6,7 @@ .shx-landingpage-banner { object-fit: cover; width: 100%; - height: {{ mobile_image_height | default: "300px" }}; + height: {{ mobile_image_height | default: "650px" }}; background-image: url({{ mobile_image | file_url }}); background-size: cover; background-position: center;