Skip to content

Commit e6572f5

Browse files
authored
chore(docs): add margin to h4 (#18280)
1 parent ad18145 commit e6572f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vitepress/theme/components/landing/5. sponsor-section/SponsorSection.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,10 @@ const { data } = useSponsor()
133133
font-weight: 400;
134134
line-height: 150%; /* 24px */
135135
letter-spacing: -0.32px;
136-
width: 480px;
136+
width: 520px;
137137
max-width: 100%;
138138
margin: 0 auto 40px;
139+
padding: 0 20px;
139140
}
140141
141142
.sponsor-grid {

0 commit comments

Comments
 (0)