From a5aab2dfbdf047a989c8829b0ba50c70c26e2626 Mon Sep 17 00:00:00 2001 From: Jiyoung Jung <72294509+Jungjjeong@users.noreply.github.com> Date: Tue, 26 Nov 2024 01:29:15 +0900 Subject: [PATCH 1/4] =?UTF-8?q?fix:=20activities=20=ED=83=80=EC=9D=B4?= =?UTF-8?q?=ED=8B=80=20=EC=A4=84=EB=B0=94=EA=BF=88=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/About/sections/AboutActivitiesSection.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/features/About/sections/AboutActivitiesSection.tsx b/src/features/About/sections/AboutActivitiesSection.tsx index 012eb4fd..51b0e7cf 100644 --- a/src/features/About/sections/AboutActivitiesSection.tsx +++ b/src/features/About/sections/AboutActivitiesSection.tsx @@ -15,8 +15,7 @@ export const AboutActivitiesSection = () => {

정규 세션

- 정규 오프라인 세션을 통해 - {isMobileSize &&
} + 정규 오프라인 세션을 통해 {isMobileSize &&
} 성공적인 프로젝트 런칭에 더 가까워 집니다

@@ -31,8 +30,7 @@ export const AboutActivitiesSection = () => {

다양한 활동

- 디프만에는 정기 세션 외에도 - {isMobileSize &&
} + 디프만에는 정기 세션 외에도 {isMobileSize &&
} 친목 및 성장할 수 있는 다양한 활동들이 있습니다

From 133f545ff320852d052f12785c06118017790da1 Mon Sep 17 00:00:00 2001 From: Jiyoung Jung <72294509+Jungjjeong@users.noreply.github.com> Date: Tue, 26 Nov 2024 01:33:17 +0900 Subject: [PATCH 2/4] =?UTF-8?q?style:=20project=20tab=20text=20style=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProjectTab/ProjectTab.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/ProjectTab/ProjectTab.tsx b/src/components/ProjectTab/ProjectTab.tsx index db17967e..8f5d9f08 100644 --- a/src/components/ProjectTab/ProjectTab.tsx +++ b/src/components/ProjectTab/ProjectTab.tsx @@ -51,6 +51,8 @@ const tabContainerCss = css` const tabCss = css` ${theme.typosV2.pretendard.semibold16}; + line-height: 150%; + padding: 16px 20px; color: ${theme.colors.grey[300]}; `; @@ -58,7 +60,7 @@ const tabCss = css` const activeTabCss = css` ${tabCss}; color: ${theme.colors.grey[900]}; - text-decoration: underline; + text-decoration: underline 2px; text-underline-offset: 8px; `; From 5d201039dbfb29b9f85ec2a5a0c42d6345f8e5dc Mon Sep 17 00:00:00 2001 From: Jiyoung Jung <72294509+Jungjjeong@users.noreply.github.com> Date: Tue, 26 Nov 2024 01:34:58 +0900 Subject: [PATCH 3/4] =?UTF-8?q?fix:=20supports=20section=20=EC=A4=84?= =?UTF-8?q?=EB=B0=94=EA=BF=88=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Supports/Supports.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Supports/Supports.tsx b/src/components/Supports/Supports.tsx index f496725a..e64cad41 100644 --- a/src/components/Supports/Supports.tsx +++ b/src/components/Supports/Supports.tsx @@ -15,8 +15,8 @@ export const Supports = () => {

후원사

- 디프만은 IT비영리단체로 후원을 통해 - {isMobileSize &&
}더 많은 교육 기회에 도움을 받고 있습니다. + 디프만은 IT비영리단체로 후원을 통해 {isMobileSize &&
}더 많은 교육 기회에 도움을 받고 + 있습니다.

    From 7d74420f0ed399c13d72a24c8b69e5b9b7e36c4a Mon Sep 17 00:00:00 2001 From: Jiyoung Jung <72294509+Jungjjeong@users.noreply.github.com> Date: Tue, 26 Nov 2024 01:37:20 +0900 Subject: [PATCH 4/4] =?UTF-8?q?fix:=20reason=20card=20=EC=97=AC=EB=B0=B1?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/Main/components/ReasonCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/Main/components/ReasonCard.tsx b/src/features/Main/components/ReasonCard.tsx index f47b8d55..a33a14ed 100644 --- a/src/features/Main/components/ReasonCard.tsx +++ b/src/features/Main/components/ReasonCard.tsx @@ -85,7 +85,7 @@ const content = { ${mediaQuery('mobile')} { margin: 0; - padding: 0; + padding: 0 8px; gap: 16px; justify-content: center; }