chore(docs): add margin to h4 (#18280)

This commit is contained in:
Jun Shindo 2024-10-05 01:11:58 +09:00 committed by GitHub
parent 2c5f948d06
commit f721677d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {