Skip to content

Commit

Permalink
feat: optimize li > p margin style
Browse files Browse the repository at this point in the history
  • Loading branch information
izhichao committed May 22, 2024
1 parent ebbb593 commit c6e2894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ pre::-webkit-scrollbar {
margin: 12px 0;
}

li p {
margin: 8px 0;
}

// 标题样式
h2 {
margin-top: 20px;
Expand Down

0 comments on commit c6e2894

Please sign in to comment.