Set title size smaller for mobile, tablet

This commit is contained in:
benjamin melançon 2019-09-22 19:39:56 -04:00
parent 378f833a17
commit fae37363b4

View file

@ -4,4 +4,4 @@
* Make page titles larger by adding a class (where size 1 is the largest).
*/
#}
{% set title_attributes = title_attributes.addClass("is-size-2") %}
{% set title_attributes = title_attributes.addClass("is-size-4 is-size-3-tablet is-size-2-desktop") %}