Skip to content

Commit

Permalink
fix contact margins
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnorm2 committed Sep 18, 2023
1 parent 26c28ec commit c5d1a9a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,10 @@ textarea {
}
input,
textarea {
margin-top: 10px;
margin-top: 15px;
}
textarea {
margin-bottom: 0;
}
label {
/* gap: 10px; */
Expand All @@ -584,7 +587,7 @@ textarea {
.contact-flex-container h3 {
margin-bottom: 20px;
}
.mb-6 {
button {
}
}

Expand Down

0 comments on commit c5d1a9a

Please sign in to comment.