Skip to content

Commit

Permalink
feat(doc-ui): 增加贡献者详情字体大小至14px
Browse files Browse the repository at this point in the history
  • Loading branch information
baranwang committed Dec 16, 2024
1 parent 9f3e481 commit 3e008d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/little-onions-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@iringo/doc-ui": minor
---

增加贡献者详情字体大小至 14px
2 changes: 1 addition & 1 deletion packages/doc-ui/src/contributors/contributors.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

&__details {
margin-top: .5rem;
font-size: 12px;
font-size: 14px;

>div {
display: flex;
Expand Down

0 comments on commit 3e008d3

Please sign in to comment.