Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
Saumya40-codes authored Jan 3, 2025
1 parent de26912 commit 11c99ce
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/components/Contact/Contact.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
/* src/components/Contact/Contact.css */
.contact-section {
width: 100%;
min-height: 100vh;
background-color: #0A192F; /* Dark blue background */
padding: 4rem 1rem;
}

.contact-container {
max-width: 1200px;
margin: 0 auto;
background-color: #0A192F; /* Ensure container has same background */
margin: 20px auto;
}

.contact-grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
background-color: #0A192F; /* Match the background */
gap: 10rem;
}

.contact-form-container {
@@ -26,7 +21,6 @@
left: 57px;
margin: 0 auto;
color: #004457;
background-color: #0A192F; /* Match the background */
}

/* Style form inputs to match dark theme */
@@ -60,12 +54,11 @@ label {
display: flex;
align-items: center;
justify-content: center;
background-color: #0A192F; /* Match the background */
}

@media (min-width: 768px) {
.contact-grid {
grid-template-columns: 1fr 1fr;
align-items: center;
}
}
}

0 comments on commit 11c99ce

Please sign in to comment.