Reduce space between extern link header and items

pull/2059/head
syeopite 4 years ago
parent 62f487d3c3
commit 90d863ec9b
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

@ -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>

Loading…
Cancel
Save