mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
Add bottom margin
This commit is contained in:
@@ -14,7 +14,7 @@ export default function HelpPage() {
|
||||
url={`/help`}
|
||||
/>
|
||||
<SEO title={`Help`} description={'Get help with Compass'} url={`/help`}/>
|
||||
<Col className="max-w-3xl w-full mx-auto gap-6 custom-link">
|
||||
<Col className="max-w-3xl w-full mx-auto gap-6 custom-link mb-4">
|
||||
<h1 className="text-3xl font-semibold">Help & Support</h1>
|
||||
<p className="text-ink-700">
|
||||
Run into a problem or have a question? This page lists the quickest ways to get help and find answers.
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function SecurityPage() {
|
||||
description={'Report security vulnerabilities to the Compass team'}
|
||||
url={`/security`}
|
||||
/>
|
||||
<Col className="max-w-3xl w-full mx-auto gap-6 custom-link">
|
||||
<Col className="max-w-3xl w-full mx-auto gap-6 custom-link mb-4">
|
||||
<h1 className="text-3xl font-semibold">Security</h1>
|
||||
<p className="text-ink-700">
|
||||
We take the security of our community seriously. If you believe you have found a vulnerability
|
||||
|
||||
Reference in New Issue
Block a user