Skip to content

Commit dd9f416

Browse files
committed
fix: 랜딩페이지 설명 순서 변경
1 parent 2e7e6a9 commit dd9f416

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export const STYLE_CLASS = [
22
{
3-
imagePosition: 'left-[calc(50%-200px)]',
4-
mask: 'bottom-26 left-[calc(50%+65px)]',
5-
circle: 'h-41 w-41',
6-
textPosition: '-top-20 left-[calc(50%-30px)] text-right',
3+
imagePosition: 'left-[calc(50%+130px)]',
4+
mask: 'bottom-8 left-[calc(50%)]',
5+
circle: 'h-65 w-65',
6+
textPosition: '-top-14 left-1/2 text-center',
77
description:
8-
'따뜻한 편지 사례들을 모아 볼 수 있어요.\n응원이 필요한 사람들에게\n단체로 롤링페이퍼를 쓸 수도 있습니다.',
8+
'모르는 사람에게 고민을 털어 놓아 보세요.\n다른 사람에게도 위로, 응원, 축하를 보낼 수 있어요.',
99
},
1010
{
1111
imagePosition: 'left-[calc(50%-200px)]',
@@ -15,11 +15,11 @@ export const STYLE_CLASS = [
1515
description: '주고받은 편지 내역을 확인해 보세요.\n보는 것 만으로도 마음이 따뜻해집니다.',
1616
},
1717
{
18-
imagePosition: 'left-[calc(50%+130px)]',
19-
mask: 'bottom-8 left-[calc(50%)]',
20-
circle: 'h-65 w-65',
21-
textPosition: '-top-14 left-1/2 text-center',
18+
imagePosition: 'left-[calc(50%-200px)]',
19+
mask: 'bottom-26 left-[calc(50%+65px)]',
20+
circle: 'h-41 w-41',
21+
textPosition: '-top-20 left-[calc(50%-30px)] text-right',
2222
description:
23-
'모르는 사람에게 고민을 털어 놓아 보세요.\n다른 사람에게도 위로, 응원, 축하를 보낼 수 있어요.',
23+
'따뜻한 편지 사례들을 모아 볼 수 있어요.\n응원이 필요한 사람들에게\n단체로 롤링페이퍼를 쓸 수도 있습니다.',
2424
},
2525
];

0 commit comments

Comments
 (0)