From 3d0de3325029da90e2604c862d1c4746016aa69e Mon Sep 17 00:00:00 2001
From: Jack Mallers <jimmymowschess@gmail.com>
Date: Fri, 5 Jan 2018 20:19:26 -0600
Subject: [PATCH] fix(contacts): update contacts styles

---
 app/components/Contacts/ContactModal.scss | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app/components/Contacts/ContactModal.scss b/app/components/Contacts/ContactModal.scss
index 811ab2a9..6745ece0 100644
--- a/app/components/Contacts/ContactModal.scss
+++ b/app/components/Contacts/ContactModal.scss
@@ -6,7 +6,6 @@
   justify-content: space-between;
   align-items: flex-end;
   background: $lightgrey;
-  margin-bottom: 30px;
   padding: 20px;
 
   .status {
@@ -42,7 +41,11 @@
   }
 }
 
-.title {
+.container .title {
+  margin: 0;
+  padding: 30px 20px;
+  background: $lightgrey;
+
   h1 {
     color: $secondary;
     font-weight: bold;