[15 min fix] Left align social icons in nav (#14430)

This commit is contained in:
Suzanne Aitchison 2021-08-06 13:24:17 +01:00 committed by GitHub
parent cc1e839c3a
commit 2ccac74ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,6 @@
</nav>
<% end %>
<div class="flex justify-around p-4 mt-4 border-solid border-0 border-t-1 border-base-10">
<div class="flex justify-start py-4 mt-4 border-solid border-0 border-t-1 border-base-10">
<%= render partial: "layouts/social_media" %>
</div>