mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 07:40:43 +00:00
move homepage background down 2cm
This commit is contained in:
+4
-1
@@ -144,7 +144,10 @@
|
||||
<div
|
||||
id="background-layer"
|
||||
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)"
|
||||
style="
|
||||
background-image: var(--background-image-url);
|
||||
background-position: center calc(50% + 2cm);
|
||||
"
|
||||
></div>
|
||||
<div
|
||||
class="absolute inset-0 bg-center bg-no-repeat bg-contain hidden lg:block"
|
||||
|
||||
Reference in New Issue
Block a user