From e7a41167a594a87f095efb3616dac26c91e659ee Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 23 Jun 2024 14:02:23 +0200 Subject: [PATCH] landing page banner --- snippets/shx-landingpage-banner.liquid | 2 -- 1 file changed, 2 deletions(-) diff --git a/snippets/shx-landingpage-banner.liquid b/snippets/shx-landingpage-banner.liquid index 6981b59..05d17cb 100644 --- a/snippets/shx-landingpage-banner.liquid +++ b/snippets/shx-landingpage-banner.liquid @@ -15,14 +15,12 @@ background-size: cover; background-position: center; background-repeat: no-repeat; - transform: scale(1.1); } @media screen and (min-width: 750px) { .shx-landingpage-banner { height: 450px; background-image: url("{{ desktop_image | file_url }}"); - transform: scale(1); } }