Skip to content

Commit 895dd62

Browse files
committed
fix: help page links spacing (#587)
1 parent c81df33 commit 895dd62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/help.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ export default function Help() {
4747
<p>This project is maintained by a dedicated group of people.</p>
4848
</div>
4949

50-
<div className="row margin-vert--xl">
50+
<div className="row">
5151
{supportLinks.map((supportLink, i) => (
52-
<div className="col col--4" key={i}>
52+
<div className="col col--4 margin-top--lg" key={i}>
5353
<SupportLink {...supportLink} />
5454
</div>
5555
))}

0 commit comments

Comments
 (0)