Browse Source
made icons text smaller so they are centered
writing-page-updates
Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 86086158C83770F8
1 changed files with
1 additions and
1 deletions
-
_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 %} |
|
|
|