Skip to content

Commit 26ac46e

Browse files
committed
태그 스타일링e
1 parent 4611e7b commit 26ac46e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/Collapsible.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const Collapsible = ({
2727
setOpened(!opened)
2828
}}
2929
>
30-
<Flex align="center">
31-
{tag != null && <Tag style={{ marginRight: 5 }}>{tag}</Tag>}
30+
<Flex align="center" style={{ textAlign: 'start' }}>
31+
{tag != null && <Tag style={{ marginRight: 5, flexShrink: 0 }}>{tag}</Tag>}
3232
{title}
3333
</Flex>
3434
<Flex align="center">
@@ -82,9 +82,9 @@ const Title = styled.div`
8282
const Tag = styled.div`
8383
display: flex;
8484
align-items: center;
85-
background-color: #fff5df;
85+
background-color: #e6e6e6;
8686
font-size: 0.9rem;
87-
font-weight: 700;
87+
font-weight: 600;
8888
padding: 3px 7px;
8989
border-radius: 10px;
9090
color: #707070;

src/pages/resume.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ import 토스서비스개발Content from "./resume-content/토스서비스개발
271271
title="삼성전자 SOSCON 기조연설 | 주니어 개발자 5000명, 개발 해서 남 주자" link="https://www.slideshare.net/jayjin0427/soscon-2017-5000-81227938%20" />
272272
<Collapsible
273273
tag="발표"
274-
title="[발표] 공개 SW 컨퍼런스 기조 연설 외 Facebook (Seoul, Hanoi), IBM, Microsoft, 고려대, 성신여대, 대덕마이스터고, 한양여대, 원광대 등 다수 기술 강연" >
274+
title="공개 SW 컨퍼런스 기조 연설 외 Facebook (Seoul, Hanoi), IBM, Microsoft, 고려대, 성신여대, 대덕마이스터고, 한양여대, 원광대 등 다수 기술 강연" >
275275
<Gallary>
276276
<img alt="image" src="/assets/resume/hanoi.png" />
277277
<img alt="image" src="/assets/resume/soscon.png" />

0 commit comments

Comments
 (0)