From b83213c16ebc852e9656788b5fb49419f5a11664 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 26 Apr 2018 20:09:00 -0400 Subject: [PATCH] Fix the error box on the contact page and remove the space from the bottom of the page --- resources/assets/sass/pages/_contact.scss | 4 ++-- resources/components/pages/contact.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/sass/pages/_contact.scss b/resources/assets/sass/pages/_contact.scss index 1ec4098..4e04bfa 100644 --- a/resources/assets/sass/pages/_contact.scss +++ b/resources/assets/sass/pages/_contact.scss @@ -1,7 +1,7 @@ .contact-page-component { $trans-speed: 100ms; - margin-top: 35px; - margin-bottom: 20px; + padding-top: 35px; + padding-bottom: 0px; input, textarea { margin-bottom: 20px; diff --git a/resources/components/pages/contact.vue b/resources/components/pages/contact.vue index c71856d..26054d6 100644 --- a/resources/components/pages/contact.vue +++ b/resources/components/pages/contact.vue @@ -26,7 +26,7 @@
+ :class="{ success: submitSuccess, visible: errorCount > 0 || submitSuccess }">