Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-kibong committed Nov 8, 2024
1 parent 6819e3c commit 3cd29ce
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
# ๐Ÿช ๋‚ด๊ฐ€ ๋จน์€ ์ฟ ํ‚ค - 18์กฐ FE

## ๐Ÿ™‹โ€โ™‚๏ธ 9์ฃผ์ฐจ ์ฝ”๋“œ๋ฆฌ๋ทฐ ์งˆ๋ฌธ

์ปดํฌ๋„ŒํŠธ์—๋Š” ๊ฐœ๋ฐœํ•˜๋ฉด์„œ ํŽ˜์ด์ง€ ๋‚ด์—์„œ ์ž„์‹œ๋กœ ๋งŒ๋“ค์–ด ์‚ฌ์šฉํ•˜๋Š” ์ปดํฌ๋„ŒํŠธ๊ฐ€ ์žˆ๊ณ , ๊ณตํ†ต ์ปดํฌ๋„ŒํŠธ๋กœ ๊ฐœ๋ฐœํ•ด๋‘” ๊ฒƒ์ด ์žˆ๊ณ , ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ์—์„œ ๊ฐ€์ ธ์™€์„œ ์‚ฌ์šฉํ•˜๋Š” ์ปดํฌ๋„ŒํŠธ๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค. ๊ทธ๋Ÿฐ๋ฐ ์ด๋Ÿฐ ์ปดํฌ๋„ŒํŠธ๋ฅผ ํ•„์š”์— ๋”ฐ๋ผ ํ˜ผ์šฉํ•ด์„œ ์‚ฌ์šฉํ•˜๋‹ˆ๊นŒ ํ—ท๊ฐˆ๋ฆฌ๊ธฐ๋„ ํ•ฉ๋‹ˆ๋‹ค. ์ด๋Ÿฐ ์ปดํฌ๋„ŒํŠธ ์‚ฌ์šฉ์— ์žˆ์–ด์„œ ์ง€ํ‚ค๋ฉด ์ข‹์„ ๊ทœ์น™๊ฐ™์€ ๊ฒŒ ์žˆ์„๊นŒ์š”?

์˜ˆ๋ฅผ ๋“ค์–ด ์•„๋ž˜์—์„œ Section์€ ์ œ๊ฐ€ ํ•ด๋‹น ์ปดํฌ๋„ŒํŠธ ๋‚ด์—์„œ๋งŒ ์‚ฌ์šฉํ•˜๋ ค๊ณ  ๋งŒ๋“  ์ปดํฌ๋„ŒํŠธ์ด๊ณ , Typo๋Š” ๊ณตํ†ต์ปดํฌ๋„ŒํŠธ๋กœ ์ด์ „์— ๊ฐœ๋ฐœํ•œ ์ปดํฌ๋„ŒํŠธ์ž…๋‹ˆ๋‹ค.
```tsx
<Section>
<Typo bold element="h3" size="20px" style={{ marginBottom: '24px' }}>
๋‚ด๊ฐ€ ์ง€์›ํ•œ ๊ณต๊ณ 
</Typo>
{myRecruitList && <MyRecruitList myRecruitList={myRecruitList} />}
</Section>
</InnerContainer>
</Layout>
);
}

const Section = styled.div`
width: 100%;
direction: column;
align-items: center;
margin-bottom: 52px;
`;
```

0 comments on commit 3cd29ce

Please sign in to comment.