We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4ca4e commit cc0a2fcCopy full SHA for cc0a2fc
website/src/pages/help.js
@@ -47,9 +47,9 @@ export default function Help() {
47
<p>This project is maintained by a dedicated group of people.</p>
48
</div>
49
50
- <div className="row margin-vert--xl">
+ <div className="row">
51
{supportLinks.map((supportLink, i) => (
52
- <div className="col col--4" key={i}>
+ <div className="col col--4 margin-top--lg" key={i}>
53
<SupportLink {...supportLink} />
54
55
))}
0 commit comments