Fix the error box on the contact page and remove the space from the bottom of the page

This commit is contained in:
Kevin MacMartin 2018-04-26 20:09:00 -04:00
parent 9a0df81d81
commit b83213c16e
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -26,7 +26,7 @@
<div
class="notification"
:class="{ success: submitSuccess, visible: errorCount > 0 && submitSuccess }">
:class="{ success: submitSuccess, visible: errorCount > 0 || submitSuccess }">
<template v-if="submitSuccess">
Thanks for your message!