Skip to content

Commit cc0a2fc

Browse files
authored
fix: help page links spacing (typescript-cheatsheets#587)
1 parent ac4ca4e commit cc0a2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/help.js

+2-2
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)