Fix icon margin

This commit is contained in:
Edgar P. Burkhart 2023-04-22 19:47:58 +02:00
parent b9cd7a8460
commit 1bad7d7291
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 3 additions and 3 deletions

View file

@ -164,7 +164,7 @@ footer {
a.big-link { a.big-link {
margin-right: 1em; margin-right: 1em;
} }
[class^="ri-"]:last-child { a.big-link [class^="ri-"] {
margin-right: 0.5em; margin-right: 0.5em;
} }
[class^="ri-"] { [class^="ri-"] {

View file

@ -23,12 +23,12 @@
</h2> </h2>
{% if account %} {% if account %}
<p> <p>
<a href="{{ account.get_absolute_url }}">{{ account.icon|remix }}{{ account }}</a> <a class="big-link" href="{{ account.get_absolute_url }}">{{ account.icon|remix }}{{ account }}</a>
</p> </p>
{% endif %} {% endif %}
{% if category %} {% if category %}
<p> <p>
<a href="{{ category.get_absolute_url }}">{{ category.icon|remix }}{{ category }}</a> <a class="big-link" href="{{ category.get_absolute_url }}">{{ category.icon|remix }}{{ category }}</a>
</p> </p>
{% endif %} {% endif %}
{% if search %} {% if search %}