From de398ff4b2c560e4f304d529d2a309cd516b0f9a Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Sun, 2 Jun 2024 19:08:22 +0200 Subject: [PATCH] landingpage Video --- snippets/shx-landingpage.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-landingpage.liquid b/snippets/shx-landingpage.liquid index e162790..d9b8684 100644 --- a/snippets/shx-landingpage.liquid +++ b/snippets/shx-landingpage.liquid @@ -32,7 +32,7 @@ /* Make the video twice as wide as the div */ height: 100%; object-fit: cover; - transform: translateX(0); + transform: translateX(-50%); /* Shift the video to the right */ } }