Fix spacing for footer icons
This commit is contained in:
parent
ab2bf2d29f
commit
394d9028ba
2 changed files with 3 additions and 3 deletions
|
@ -12,6 +12,6 @@ footer.footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content p {
|
.content p {
|
||||||
margin-bottom: 0.25rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="content has-text-centered">
|
<div class="content has-text-centered">
|
||||||
{% if online_accounts %}
|
{% if online_accounts %}
|
||||||
<p class="is-size-3">
|
<p class="is-size-4 icon-text">
|
||||||
{% for online_account in online_accounts %}<a href="{{ online_account.url }}" title="{{ online_account.name }}"><i class="{{ online_account.icon }}"></i></a>{% endfor %}
|
{% 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>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="is-size-6">
|
<p class="is-size-6">
|
||||||
|
|
Loading…
Reference in a new issue