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 {
margin-right: 1em;
}
[class^="ri-"]:last-child {
a.big-link [class^="ri-"] {
margin-right: 0.5em;
}
[class^="ri-"] {

View File

@ -23,12 +23,12 @@
</h2>
{% if account %}
<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>
{% endif %}
{% if category %}
<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>
{% endif %}
{% if search %}