Browse Source

made icons text smaller so they are centered

writing-page-updates
Anxhelo Lushka 6 years ago
parent
commit
a2a7b18885
No known key found for this signature in database GPG Key ID: 86086158C83770F8
  1. 2
      _includes/design/icons.html

2
_includes/design/icons.html

@ -11,7 +11,7 @@
<span class="{{ icon[1] }} text-muted" style="font-size:2rem;"></span>
</div>
<div class="mb-1 text-center">
<span style="font-size: 0.85rem">{{icon[0]}}</span>
<span style="font-size: 0.7rem">{{icon[0]}}</span>
</div>
</div>
{% endfor %}

Loading…
Cancel
Save