Skip to content

Commit

Permalink
fix(form): removed unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Nov 29, 2021
1 parent e30bc6f commit 3daa861
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions src/Components/Form/Contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
width: 40% !important;
}

.contact-container p {
opacity: 0.6;
font-size: 2rem;
}

.contact-input,
.area {
width: 100% !important;
Expand All @@ -26,6 +21,32 @@
font-size: 1.5rem;
}

.contact-input,
.area {
width: 60vw;
height: 3rem;
padding: 10px;
margin-bottom: 5px;
}
.area {
height: 8rem;
}

.contact-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #1a1e23;
height: 40vh;
}

.contact-container p {
color: white;
font-size: 1.5rem;
opacity: 0.6;
}

@media only screen and (min-width: 768px) {
.contact-container {
width: 100%;
Expand Down

0 comments on commit 3daa861

Please sign in to comment.