diff --git a/app/assets/stylesheets/pages/_contacts.scss b/app/assets/stylesheets/pages/_contacts.scss
index ac0798c..954a56f 100644
--- a/app/assets/stylesheets/pages/_contacts.scss
+++ b/app/assets/stylesheets/pages/_contacts.scss
@@ -166,7 +166,7 @@ a:hover {
justify-content: center;
}
-.close {
+.close-location {
margin-right: 8px;
margin-top: -46px;
float: right;
diff --git a/app/views/pages/_contact.html.erb b/app/views/pages/_contact.html.erb
index 72039ed..8735455 100644
--- a/app/views/pages/_contact.html.erb
+++ b/app/views/pages/_contact.html.erb
@@ -21,7 +21,7 @@
<% end %>
<%= link_to connection_path(contact), method: :delete do %>
-
+
<% end %>