Make subtitles larger

This commit is contained in:
benjamin melançon 2019-09-30 18:42:00 -04:00
parent 48bd59bb1c
commit edd2ac120d

View file

@ -37,5 +37,5 @@
*/ */
#} #}
{% for item in items %} {% for item in items %}
<h4{{ item.attributes.addClass('subtitle') }}>{{ item.content }}</h4> <h3{{ item.attributes.addClass('subtitle is-4 is-size-3-desktop is-size-2-widescreen') }}>{{ item.content }}</h3>
{% endfor %} {% endfor %}