Fix spacing for footer icons

This commit is contained in:
Jake Howard 2022-10-24 19:53:10 +01:00
parent ab2bf2d29f
commit 394d9028ba
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@ footer.footer {
}
.content p {
margin-bottom: 0.25rem;
margin-bottom: 0.5rem;
}
}

View File

@ -3,8 +3,8 @@
<footer class="footer">
<div class="content has-text-centered">
{% if online_accounts %}
<p class="is-size-3">
{% for online_account in online_accounts %}<a href="{{ online_account.url }}" title="{{ online_account.name }}"><i class="{{ online_account.icon }}"></i></a>{% endfor %}
<p class="is-size-4 icon-text">
{% for online_account in online_accounts %}<a class="icon" href="{{ online_account.url }}" title="{{ online_account.name }}"><i class="{{ online_account.icon }}"></i></a>{% endfor %}
</p>
{% endif %}
<p class="is-size-6">