diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index f86c343..2e6b580 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -44,6 +44,7 @@ li a {
border: 1px solid #ccc;
border-radius: 7px;
margin-top: 10px;
+ margin-bottom: 20px;
}
.deck-btn {
diff --git a/app/views/alldecks/index.html.erb b/app/views/alldecks/index.html.erb
index 968653f..8d71f53 100644
--- a/app/views/alldecks/index.html.erb
+++ b/app/views/alldecks/index.html.erb
@@ -6,29 +6,35 @@
Created By: <%= link_to deck.user.username, user_path(id: deck.user_id) %>
-(This is one of your decks)
- <% else %> - <%= button_to 'Copy Deck To Your Profile', copy_deck_user_deck_path(user_id: deck.user_id, id: deck.id), class: "btn btn-xl btn-default form-control" %> - <% end %> -Created By: <%= link_to deck.user.username, user_path(id: deck.user_id) %>
+(This is one of your decks)
+ <% else %> + <%= button_to 'Copy Deck To My Profile', copy_deck_user_deck_path(user_id: deck.user_id, id: deck.id), class: "btn btn-xl btn-default form-control" %> + <% end %> +