Increase left-side width again

This commit is contained in:
benjamin melançon 2019-10-07 12:55:15 -04:00
parent 8449541b9d
commit a2b9cd34a5

View file

@ -2,10 +2,8 @@
{% set attributes = attributes.addClass('is-desktop') %}
{%
set left_classes = [
'is-5-tablet',
'is-4-desktop',
'is-3-widescreen',
'is-2-fullhd',
'is-6-desktop',
'is-5-widescreen',
]
%}
{% set left_attributes = left_attributes.addClass(left_classes) %}