Skip to content

Commit 5636a66

Browse files
committed
2 parents dc27ff7 + b1394e7 commit 5636a66

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm run lint
3131
- `NEXT_PUBLIC_API_URL_DEV`: 개발 환경 API URL
3232
- `NEXT_PUBLIC_API_URL_PROD`: 운영 환경 API URL
3333

34-
## �� 프로젝트 구조
34+
## 프로젝트 구조
3535

3636
```
3737
src/
@@ -166,4 +166,4 @@ src/
166166

167167
**작성일**: 2025-10-14
168168
**작성자**: 정은빈 | 김아현 | 문태민
169-
**버전**: 1.0
169+
**버전**: 1.0

src/domains/main/cocktailDrop/CocktailDrop.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ function CocktailDrop({ isDesktop = false }: CocktailDropProps) {
8787
{/* 대각선 줄 1 */}
8888
<div
8989
ref={line1Ref}
90-
className="absolute md:top-[100px] top-[75px] left-[-50%] w-[200%] md:h-[80px] h-[50px] bg-secondary/80 rotate-[8deg] z-10"
90+
className="absolute lg:top-[150px] md:top-[100px] top-[75px] left-[-50%] w-[200%] md:h-[80px] h-[50px] bg-secondary/80 rotate-[8deg] z-10"
9191
/>
9292
{/* 대각선 줄 2 */}
9393
<div
9494
ref={line2Ref}
95-
className="absolute md:top-[200px] top-[150px] left-[-50%] w-[200%] md:h-[80px] h-[50px] bg-secondary rotate-[8deg] z-10"
95+
className="absolute lg:top-[250px] md:top-[200px] top-[150px] left-[-50%] w-[200%] md:h-[80px] h-[50px] bg-secondary rotate-[8deg] z-10"
9696
/>
9797

9898
{/* 로고 */}

src/domains/main/components/3d/HomeText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function HomeText({ isDesktop }: { isDesktop: boolean }) {
77
SSoul이 쉽게 골라드릴게요.
88
</p>
99
) : (
10-
<p className="absolute bottom-45 right-32 font-serif text-xl text-right font-normal z-20">
10+
<p className="absolute bottom-45 right-32 font-serif text-2xl text-right font-normal z-20">
1111
어떤 칵테일이 끌리시나요? <br /> SSoul이 쉽게 골라드릴게요.
1212
</p>
1313
)}

0 commit comments

Comments
 (0)