larger icons on frontpage

This commit is contained in:
mridulnagpal 2016-11-22 18:18:07 +05:30 committed by James Valleroy
parent 69332a903d
commit 7139b03351
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -36,7 +36,7 @@
<li> <li>
<a href="{{ shortcut.url }}"> <a href="{{ shortcut.url }}">
{% endif %} {% endif %}
<span class="{{ shortcut.icon }} glyphicon"></span> <span class="{{ shortcut.icon }} glyphicon" style="font-size: 140%"></span>
{{ shortcut.label }} {{ shortcut.label }}
</a> </a>
</li> </li>