Skip to content

Commit

Permalink
feat: HistoryDetailCard ol 케이스 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Feb 28, 2024
1 parent 38dc8d2 commit 55c3502
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/components/Card/History/Detail/HistoryDetailCard.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,11 @@ globalStyle(`li::marker`, {
},
},
});

globalStyle(`${contentVariants.SMALL} > ul > li::marker`, {
...ODSTextTokenVariables['paragraph-s-regular'],
});

globalStyle(`${contentVariants.SMALL} > ol > li::marker`, {
...ODSTextTokenVariables['paragraph-s-regular'],
});
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const Small: Story = {
title: '다이닝 코드 웹 사이트 리뉴얼 프로젝트',
period: '2022.04 - 2023.06',
position: '프론트엔드 개발자',
content: `- 노후화된 레거시 웹 프론트엔드를 리뉴얼 하는 프로젝트를 설계 및 유지보수 하고 있습니다.\n- 프론트엔드 파트를 회사에서 혼자 담당하고있고, 중간중간 파트타임 인턴분들이 기여해가며 개발 진행하고 있습니다.\n- PC 환경과 Mobile 환경을 따로 구분하여 적응형으로 개발하고 있습니다.\n- 2년 6월 첫 릴리즈 이후 지속적인 업데이트 진행\n- 2022년 8월 MAU 220만 -> 2023년 3월 330만 까지 상승
content: `1. 노후화된 레거시 웹 프론트엔드를 리뉴얼 하는 프로젝트를 설계 및 유지보수 하고 있습니다.\n2. 프론트엔드 파트를 회사에서 혼자 담당하고있고, 중간중간 파트타임 인턴분들이 기여해가며 개발 진행하고 있습니다.\n3. PC 환경과 Mobile 환경을 따로 구분하여 적응형으로 개발하고 있습니다.\n4. 2년 6월 첫 릴리즈 이후 지속적인 업데이트 진행\n5. 2022년 8월 MAU 220만 -> 2023년 3월 330만 까지 상승
`,
},
};
Expand Down

0 comments on commit 55c3502

Please sign in to comment.