We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07bbc1 commit 0f83a8bCopy full SHA for 0f83a8b
src/domains/main/components/mainSlide/components/mobile/MobileSlide.tsx
@@ -11,6 +11,8 @@ function MobileSlide() {
11
backgroundImage: `url(${background.src})`,
12
backgroundAttachment: 'fixed',
13
backgroundSize: 'contain',
14
+ backgroundRepeat: 'no-repeat',
15
+ backgroundPosition:'center'
16
}}
17
>
18
<h2 className="text-xl md:text-3xl font-bold leading-[1.5] text-secondary text-shadow-[0_4px_6px_rgb(255_255_255_/0.25)]">
0 commit comments