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); } }