From efc37bda27dbfd105714f001bd34b932b3092cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 24 Feb 2026 19:14:28 +0100 Subject: [PATCH] fix(website): adjust hero video aspect ratio and positioning Add aspect-ratio, object-fit, and object-position inline styles to the hero video on the landing page to ensure proper display and cropping. --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 27d72a9..1ccc1c4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -45,7 +45,7 @@ const version = pkg.version ?? "";
-