Skip to content

Commit 0f83a8b

Browse files
committed
[style] 모바일 메인배경 위치조정
1 parent e07bbc1 commit 0f83a8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/domains/main/components/mainSlide/components/mobile/MobileSlide.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ function MobileSlide() {
1111
backgroundImage: `url(${background.src})`,
1212
backgroundAttachment: 'fixed',
1313
backgroundSize: 'contain',
14+
backgroundRepeat: 'no-repeat',
15+
backgroundPosition:'center'
1416
}}
1517
>
1618
<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

Comments
 (0)