Skip to content

Commit

Permalink
[fix] QA 일부 반영 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungjjeong authored Nov 25, 2024
2 parents 75977a1 + 7d74420 commit 54fd8e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 3 additions & 1 deletion src/components/ProjectTab/ProjectTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,16 @@ const tabContainerCss = css`

const tabCss = css`
${theme.typosV2.pretendard.semibold16};
line-height: 150%;
padding: 16px 20px;
color: ${theme.colors.grey[300]};
`;

const activeTabCss = css`
${tabCss};
color: ${theme.colors.grey[900]};
text-decoration: underline;
text-decoration: underline 2px;
text-underline-offset: 8px;
`;

Expand Down
4 changes: 2 additions & 2 deletions src/components/Supports/Supports.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const Supports = () => {
<div css={[layoutCss]}>
<h1 css={introCss.headline}>후원사</h1>
<p css={introCss.description}>
디프만은 IT비영리단체로 후원을 통해
{isMobileSize && <br />}더 많은 교육 기회에 도움을 받고 있습니다.
디프만은 IT비영리단체로 후원을 통해 {isMobileSize && <br />}더 많은 교육 기회에 도움을 받고
있습니다.
</p>

<ul css={supportContainerCss}>
Expand Down
6 changes: 2 additions & 4 deletions src/features/About/sections/AboutActivitiesSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export const AboutActivitiesSection = () => {
<div css={wrapperCss}>
<h1 css={introCss.headline}>정규 세션</h1>
<p css={introCss.description}>
정규 오프라인 세션을 통해
{isMobileSize && <br />}
정규 오프라인 세션을 통해 {isMobileSize && <br />}
성공적인 프로젝트 런칭에 더 가까워 집니다
</p>
<div css={activitiesCss}>
Expand All @@ -31,8 +30,7 @@ export const AboutActivitiesSection = () => {
<div css={wrapperCss}>
<h1 css={introCss.headline}>다양한 활동</h1>
<p css={introCss.description}>
디프만에는 정기 세션 외에도
{isMobileSize && <br />}
디프만에는 정기 세션 외에도 {isMobileSize && <br />}
친목 및 성장할 수 있는 다양한 활동들이 있습니다
</p>
<div css={activitiesCss}>
Expand Down
2 changes: 1 addition & 1 deletion src/features/Main/components/ReasonCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const content = {
${mediaQuery('mobile')} {
margin: 0;
padding: 0;
padding: 0 8px;
gap: 16px;
justify-content: center;
}
Expand Down

0 comments on commit 54fd8e1

Please sign in to comment.