diff --git a/contact.html b/contact.html index a1b4e0a74..46373df55 100644 --- a/contact.html +++ b/contact.html @@ -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; diff --git a/style.css b/style.css index df6abd167..cfd89310f 100644 --- a/style.css +++ b/style.css @@ -164,7 +164,7 @@ h2 { font-size: 2.5em; margin-bottom: 20px; margin-left: 20px; - text-align: left; + text-align: -webkit-center; } .offers {