Skip to content

Commit caeb0f7

Browse files
committed
fix: 랜딩페이지 레이아웃 수정
1 parent 8c2ab34 commit caeb0f7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/pages/MainVer2.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ const MainVer2 = () => {
5959
: "p-large-regular c-white";
6060

6161
return (
62-
<div className="main-ver2">
62+
<div className=" main-ver2">
6363
<FloatingBtn />
6464

6565
<div>
66-
<div className="page1">
66+
<div className=" page1 h-[1010px]">
6767
<section className="page1-width">
6868
<div
6969
className={`page1-title-img pt-[136px] ${
7070
isLaptop
71-
? "items-center gap-[80px]"
71+
? " gap-[80px]"
7272
: isTablet
7373
? "gap-[60px]"
7474
: "gap-[42px]"
@@ -94,7 +94,7 @@ const MainVer2 = () => {
9494
</h5>
9595
</div>
9696
{!isTablet && !isMobile ? (
97-
<img src={circleIcon} alt="circle" className="circle-icon" />
97+
<img src={circleIcon} alt="circle" className=" circle-icon" />
9898
) : (
9999
<div className="flex justify-end">
100100
<img
@@ -106,12 +106,12 @@ const MainVer2 = () => {
106106
)}
107107
</div>
108108
</section>
109-
<div className="flex justify-center w-full h-content">
109+
<div className="flex justify-center w-full h-content mt-[50px]">
110110
<img src={arrow} alt="First" className=" arrow" />
111111
</div>
112112
</div>
113113

114-
<div className={`page2 ${window.innerWidth >= 1600 && "page-size"}`}>
114+
<div className={`page2 ${window.innerWidth >= 1600 && "page-size"}`}>
115115
<h1 className="page2-title title_64px">
116116
포도상점에서는 이런 것들이 가능해요
117117
</h1>

src/pages/MainVer2.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@use "./../styles/_responsive.scss" as r;
22

33
.main-ver2 .page1 {
4-
margin-bottom: 98px;
54
background: linear-gradient(180deg, #f5f0ff 0%, #fff 100%);
5+
66
@include r.media-tablet {
77
display: flex;
88
flex-direction: column;

0 commit comments

Comments
 (0)