1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-29 06:41:03 +00:00

Remove inline CSS

This commit is contained in:
2019-10-10 17:07:03 -05:00
parent 8f31d88519
commit 01c040fd15
8 changed files with 11 additions and 7 deletions

View File

@@ -32,7 +32,7 @@
{% elsif include.icon %}
<i class="{{ include.icon }} panel-icon{% if include.iconcolor %} text-{{include.iconcolor}}{% endif %}"></i>
{% elsif include.font %}
<span class="{{ include.font }} panel-item" style="font-size: 120px;" alt="{{ include.title }}"></span>
<span class="{{ include.font }} panel-item panel-font" alt="{{ include.title }}"></span>
{% endif %}
{{include.description}}
</p>