We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be8eda8 + 24f9faf commit 2552eb6Copy full SHA for 2552eb6
src/pages/Contact.js
@@ -58,7 +58,9 @@ const Contact = () => {
58
return (
59
<Container>
60
<h1 className="mt-4">Contact Us</h1>
61
- <p>Ideas? Comments? Critiques? Want to help out? Here’s how to get in contact:</p>
+ <p className='mt-p'>
62
+ Ideas? Comments? Critiques? Want to help out? Here’s how to get in contact:
63
+ </p>
64
<Row className='contact-card-one'>
65
<Col md={6}>
66
<div className='contact-card' style={{ color: '#E74D3C' }}>
src/styles/Contact.css
@@ -20,4 +20,7 @@
20
font-size: small;
21
padding: 0;
22
margin: 0;
23
-}
+}
24
+.mt-p {
25
+ margin-top: 5em;
26
0 commit comments