Skip to content

Commit

Permalink
Responsive Contact Page
Browse files Browse the repository at this point in the history
  • Loading branch information
blip-cmd committed Nov 28, 2023
1 parent 63dc1fd commit 9f226dd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -706,4 +706,24 @@ p {
.about-content h3 {
font-size: 1.6em;
}

/* Contact Us */

#contact-h1 {
font-size: 2em;
}

.container {
padding: 10px;
margin: 0;
width: 100%;
}

#contact-form {
padding: 0;
}

form {
width: 90%;
}
}

0 comments on commit 9f226dd

Please sign in to comment.