Skip to content

Commit ced50a5

Browse files
committed
styling/Add margin top to more connect button
1 parent 86b402f commit ced50a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/shared/_connect.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<% users_for_connect.each do |user| %>
55
<%= render partial: 'users/connect', locals: { user: user } %>
66
<% end %>
7-
<div class="flex flex-end">
7+
<div class="flex flex-end margin-top">
88
<%= link_to 'More...', connect_path, class: 'padding-right light' %>
99
</div>
1010
</div>

0 commit comments

Comments
 (0)