Skip to content

Commit b1394e7

Browse files
authored
Merge branch 'main' into dev
2 parents da60f41 + f17d1cb commit b1394e7

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
@@ -102,12 +102,12 @@ function CocktailDrop({ isDesktop = false }: CocktailDropProps) {
102102
{/* 대각선 줄 1 */}
103103
<div
104104
ref={line1Ref}
105-
className="absolute md:top-[100px] top-[75px] left-[-50%] w-[200%] md:h-[80px] h-[50px] bg-secondary/80 rotate-[8deg] z-10"
105+
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"
106106
/>
107107
{/* 대각선 줄 2 */}
108108
<div
109109
ref={line2Ref}
110-
className="absolute md:top-[200px] top-[150px] left-[-50%] w-[200%] md:h-[80px] h-[50px] bg-secondary rotate-[8deg] z-10"
110+
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"
111111
/>
112112

113113
{/* 로고 */}

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)