Skip to content

Commit

Permalink
chore(docs): add margin to h4 (vitejs#18280)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es authored Oct 4, 2024
1 parent 2c5f948 commit f721677
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ const { data } = useSponsor()
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: -0.32px;
width: 480px;
width: 520px;
max-width: 100%;
margin: 0 auto 40px;
padding: 0 20px;
}
.sponsor-grid {
Expand Down

0 comments on commit f721677

Please sign in to comment.