diff --git a/app/assets/stylesheets/contacts.scss b/app/assets/stylesheets/contacts.scss index 31e7c1151..d50252757 100644 --- a/app/assets/stylesheets/contacts.scss +++ b/app/assets/stylesheets/contacts.scss @@ -1,7 +1,7 @@ .page-contacts { .sidebar { padding-bottom: 10px; } - .header { + .stream.contacts .header { border-bottom: 1px solid $border-grey; min-height: 55px; form { margin: 0; } @@ -65,7 +65,7 @@ text-align: center; margin-top: 50px; } - .well { margin: 20px 0 10px; } + .well { margin: 10px; } } }