diff options
-rw-r--r-- | src/templates/pages/contact.html.ftl | 2 | ||||
-rw-r--r-- | web/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/pages/contact.html.ftl b/src/templates/pages/contact.html.ftl index d8a0a29..6aff74f 100644 --- a/src/templates/pages/contact.html.ftl +++ b/src/templates/pages/contact.html.ftl @@ -10,7 +10,7 @@ <p> If you have any questions about GROW, please complete the following - form, and we will be in touch soon, or call us at 253-848-9111. + form and we will be in touch soon, or call us at 253-848-9111. </p> <form action="${dynamicRoot}/contactus" method="post"> diff --git a/web/style.css b/web/style.css index aef1ae0..e9cd3dd 100644 --- a/web/style.css +++ b/web/style.css @@ -24,7 +24,7 @@ input[type="text"], input[type="password"] { label { text-align: right; - width: 10%; + width: 15%; display: inline-block; } |