Fix icon margin
This commit is contained in:
parent
b9cd7a8460
commit
1bad7d7291
2 changed files with 3 additions and 3 deletions
|
@ -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-"] {
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue