Skip to content

Commit

Permalink
Refactor: modify list style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jungmir committed Jun 1, 2024
1 parent 05a7c27 commit d88ac57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/components/common/Page/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ span {
color: #C2C7D0;
}

ul {
margin-left: 2rem;
}

li > a, span > a {
color: $purple;
}

.purple {
color: $purple;
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Program/tutorial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ const TutorialPage = () => {
</ul>
<br/><br/>
<h2>{t("문의")}</h2>
<span>[email protected]</span>
<span><a href="mailto:[email protected]">[email protected]</a></span>
</Page>;
}

export default TutorialPage
export default TutorialPage;

0 comments on commit d88ac57

Please sign in to comment.