Set title size smaller for mobile, tablet
This commit is contained in:
parent
378f833a17
commit
fae37363b4
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
||||||
* Make page titles larger by adding a class (where size 1 is the largest).
|
* 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") %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue