From 0635ba2a0e3a297ebcc8052cd14ec80f9d0ed4f0 Mon Sep 17 00:00:00 2001 From: f0ever0 Date: Fri, 22 Dec 2023 12:06:09 +0900 Subject: [PATCH 1/3] =?UTF-8?q?feat=20:=20=EB=B0=B0=EB=84=88=20=ED=99=94?= =?UTF-8?q?=EC=82=B4=ED=91=9C=20=EB=B2=84=ED=8A=BC=20=EB=B3=B4=EC=9D=B4?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/MainPage/components/Banner/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MainPage/components/Banner/style.ts b/src/views/MainPage/components/Banner/style.ts index 2628b70d..d3b721dd 100644 --- a/src/views/MainPage/components/Banner/style.ts +++ b/src/views/MainPage/components/Banner/style.ts @@ -48,7 +48,6 @@ export const ContentWrapper = styled.article` align-items: center; justify-content: space-between; width: 100vw; - height: 100vh; padding-top: 50vh; position: absolute; z-index: 2; @@ -58,6 +57,7 @@ export const ContentWrapper = styled.article` @media (max-width: 768px) { padding-top: 60vh; padding-bottom: 50px; + gap: 20px; } `; From c9186e0ad4934be421f1ac3af500ba85c5040763 Mon Sep 17 00:00:00 2001 From: f0ever0 Date: Fri, 22 Dec 2023 12:22:17 +0900 Subject: [PATCH 2/3] =?UTF-8?q?feat=20:=20=EB=B0=B0=EB=84=88=20=ED=99=94?= =?UTF-8?q?=EC=82=B4=ED=91=9C=20=EB=B2=84=ED=8A=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/MainPage/components/Banner/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MainPage/components/Banner/style.ts b/src/views/MainPage/components/Banner/style.ts index d3b721dd..2628b70d 100644 --- a/src/views/MainPage/components/Banner/style.ts +++ b/src/views/MainPage/components/Banner/style.ts @@ -48,6 +48,7 @@ export const ContentWrapper = styled.article` align-items: center; justify-content: space-between; width: 100vw; + height: 100vh; padding-top: 50vh; position: absolute; z-index: 2; @@ -57,7 +58,6 @@ export const ContentWrapper = styled.article` @media (max-width: 768px) { padding-top: 60vh; padding-bottom: 50px; - gap: 20px; } `; From 0243736868593c7969d66102aa1f3537b8579ca4 Mon Sep 17 00:00:00 2001 From: f0ever0 Date: Sat, 23 Dec 2023 09:31:23 +0900 Subject: [PATCH 3/3] =?UTF-8?q?chore=20:=20=EB=A6=AC=ED=81=AC=EB=A3=A8?= =?UTF-8?q?=ED=8C=85=20=EB=A9=94=EC=8B=9C=EC=A7=80=20=EB=A7=88=EC=A7=84=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/MainPage/components/RecruitMessage/style.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/MainPage/components/RecruitMessage/style.ts b/src/views/MainPage/components/RecruitMessage/style.ts index 3cbe8f54..e65c5b59 100644 --- a/src/views/MainPage/components/RecruitMessage/style.ts +++ b/src/views/MainPage/components/RecruitMessage/style.ts @@ -3,7 +3,7 @@ import { colors } from '@sopt-makers/colors'; export const Background = styled.section` margin-top: 400px; - margin-bottom: 800px; + margin-bottom: 600px; display: flex; flex-direction: column; @@ -12,12 +12,12 @@ export const Background = styled.section` @media (max-width: 768px) and (min-width: 429px) { margin-top: 250px; - margin-bottom: 500px; + margin-bottom: 375px; } @media (max-width: 428px) { margin-top: 100px; - margin-bottom: 200px; + margin-bottom: 150px; } `;