Browse Source

made icon columns 12 instead of 6

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

6
_includes/design/icons.html

@ -6,12 +6,12 @@
<div class="row"> <div class="row">
{% for icons_hash in page.icons %} {% for icons_hash in page.icons %}
{% for icon in icons_hash %} {% for icon in icons_hash %}
<div class="col-4 col-sm-3 col-lg-2 text-center pt-3 pb-3"> <div class="col-1 col-sm-1 text-center pt-1 pb-1">
<div class=""> <div class="">
<span class="{{ icon[1] }} text-muted" style="font-size:2rem;"></span> <span class="{{ icon[1] }} text-muted" style="font-size:2rem;"></span>
</div> </div>
<div class="mb-5 text-center"> <div class="mb-1 text-center">
<span>{{icon[0]}}</span> <span style="font-size: 0.85rem">{{icon[0]}}</span>
</div> </div>
</div> </div>
{% endfor %} {% endfor %}

Loading…
Cancel
Save