From b865fd20b30df9fa7d9828cb3280a55967213023 Mon Sep 17 00:00:00 2001 From: agrofx1 <58386168+agrofx1@users.noreply.github.com> Date: Thu, 14 May 2026 09:32:23 +0300 Subject: [PATCH] Fix background position --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index aca2853cd0..c9501585b4 100644 --- a/index.html +++ b/index.html @@ -150,7 +150,7 @@ class="absolute inset-0 bg-cover bg-center opacity-30 [filter:brightness(1.0)] dark:[filter:sepia(0.2)_saturate(1.2)_hue-rotate(180deg)_brightness(0.9)]" style=" background-image: var(--background-image-url); - background-position: center calc(50% + 2cm); + background-size: cover; " >