diff --git a/assets/style/pages/_contact.scss b/assets/style/pages/_contact.scss index b5877f0..f94c5cd 100644 --- a/assets/style/pages/_contact.scss +++ b/assets/style/pages/_contact.scss @@ -2,7 +2,7 @@ padding: 3rem 8.5rem 3rem 1rem; .success { - padding: 2rem 8rem 0 0; + padding: 2rem 0; } form { @@ -53,7 +53,7 @@ &:focus { border-color: $btns-color; - box-shadow: 0 0 0 .1rem $btns-color; + box-shadow: 0 0 0 .075rem $btns-color; } &::placeholder { diff --git a/pages/contact.vue b/pages/contact.vue index 86fcb8a..64fd992 100644 --- a/pages/contact.vue +++ b/pages/contact.vue @@ -27,8 +27,8 @@ ${ info.message } if (info.test === undefined) { mail.send({ - from: 'message@ryanmoon.com', - subject: info.subject + ' - ' + info.name + ' sent a message', + from: 'msg@ryanmoon.com', + subject: info.name + ' - sent a ' + info.subject + ' msg', text: details, }) @@ -51,16 +51,16 @@ ${ info.message }
- +
@@ -77,7 +77,7 @@ ${ info.message }
-

Success, your message has been sent. I'll get back to you as soon as possible.

+

Success, your message has been sent. I'll get back to you soon.