Skip to content

Commit

Permalink
minor issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
blip-cmd committed Nov 27, 2023
1 parent 9c12b80 commit 8318764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
#contact-form input[type="text"],
#contact-form textarea {
width: 100%;
width: 97%;
padding: 8px;
margin-top: 6px;
border: 1px solid #ccc;
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ h2 {
font-size: 2.5em;
margin-bottom: 20px;
margin-left: 20px;
text-align: left;
text-align: -webkit-center;
}

.offers {
Expand Down

0 comments on commit 8318764

Please sign in to comment.