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.
1 parent 6ad28b6 commit 4a3ed27Copy full SHA for 4a3ed27
src/pages/contact.jsx
@@ -61,7 +61,7 @@ const Contact = () => {
61
</div>
62
63
64
- <div className="contact-container">
+ <div className="socials-container">
65
<div className="contact-socials">
66
<Socials />
67
src/pages/styles/contact.css
@@ -20,14 +20,19 @@
20
.contact-container {
21
display: flex;
22
flex-direction: column;
23
- height: 100%;
24
- margin: 0;
25
- padding-top: 120px;
+ justify-content: space-around;
+ margin-top: 120px;
+}
26
+
27
28
+.socials-container {
29
+ display: flex;
30
+ flex-direction: column;
31
+ margin-top: 80px;
32
}
33
34
.contact-socials {
35
36
justify-content: flex-start;
37
align-items: center;
- margin-top: -70px;
38
0 commit comments