Small style fix

This commit is contained in:
Rogerio Chaves 2020-04-20 00:14:11 +02:00
parent 8e6866167d
commit c85e471f4c
No known key found for this signature in database
GPG Key ID: E6AF5440509B1D94
1 changed files with 4 additions and 2 deletions

View File

@ -39,10 +39,12 @@
<div class="friends-communities">
<% if (friends.requestsReceived.length) { %>
<h2>Friend Requests</h2>
<%- include('_friends', { friends: friends.requestsReceived }) %>
<div style="margin-bottom: 30px">
<%- include('_friends', { friends: friends.requestsReceived }) %>
</div>
<% } %>
<h2 style="margin-top: 30px">Friends</h2>
<h2>Friends</h2>
<%- include('_friends', { friends: friends.friends }) %>
<h2 style="margin-top: 30px">Requests Sent</h2>