Skip to content

Commit

Permalink
revise: tweak font size
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Feb 5, 2025
1 parent 0a44fa8 commit 32df4d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,21 @@
}

.VPFeatures p {
font-size: 16px;
font-size: 17px;
line-height: 20px;
}

.VPContent p {
line-height: 28px;
line-height: 26px !important;
}

.VPSidebarItem h2 {
margin-bottom: 4px;
}

.content:not(code) {
font-size: 16px;
line-height: 25px !important;
font-size: 17px;
line-height: 26px !important;
}
}

Expand Down

0 comments on commit 32df4d2

Please sign in to comment.