File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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```
3737src/
166166
167167** 작성일** : 2025-10-14
168168** 작성자** : 정은빈 | 김아현 | 문태민
169- ** 버전** : 1.0
169+ ** 버전** : 1.0
Original file line number Diff line number Diff 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 { /* 로고 */ }
Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments