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;
}