Skip to content

Commit

Permalink
add css
Browse files Browse the repository at this point in the history
  • Loading branch information
class-liu-fullstack committed Feb 25, 2025
1 parent de3c8ef commit 505df16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.badge-wrap{
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.badge-wrap p{
margin-block-start: 0;
margin-block-end: 0;
}

0 comments on commit 505df16

Please sign in to comment.