Reduce space between extern link header and items

This commit is contained in:
syeopite 2021-04-16 03:28:34 -07:00
parent 62f487d3c3
commit 90d863ec9b
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

View File

@ -36,10 +36,10 @@
<div class="h-box">
<h3> <%= translate(locale, "Links") %> </h3>
<% channel.links.each do |link_tuple| %>
<p class="pure-u-11-24">
<div class="pure-u-11-24" style="margin-bottom: 2em;">
<img src="/fetch_link_favicon?url=<%=link_tuple[2]%>">
<a href="<%=link_tuple[1]%>"><%=link_tuple[0]%></a>
</p>
</div>
<% end %>
</div>
</div>