Skip to content

Commit

Permalink
chore(docs): add margin to h4 (#18280) (#1593)
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Shindo <46585162+jay-es@users.noreply.github.com>
  • Loading branch information
kiaking and jay-es authored Oct 5, 2024
1 parent 9922462 commit d3d97d6
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 d3d97d6

Please sign in to comment.