From 35695ede870d03456985dc1fc7f4097e43f7c8ce Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" <60596353+pmoreno-rodriguez@users.noreply.github.com> Date: Mon, 31 Oct 2022 11:40:50 +0100 Subject: [PATCH] Version 1.0.2 --- templates/modular/features.html.twig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/templates/modular/features.html.twig b/templates/modular/features.html.twig index fa5ee07..5a7e7e8 100644 --- a/templates/modular/features.html.twig +++ b/templates/modular/features.html.twig @@ -1,11 +1,11 @@ +{% set columns = page.header.layout == 'standard' ? 'col-4 col-6-medium col-12-small' : 'col-6 col-12-small' %} +
-{% set columns = page.header.class == 'standard' ? 'col-4 col-6-medium col-12-small' : 'col-6 col-12-small' %}

{{ page.title }}

{{ content|raw }} -
{% for feature in page.header.features %} @@ -17,9 +17,6 @@ {% if feature.text %}

{{feature.text|raw}}

{% endif %} {% if feature.buttonurl %}

{{feature.buttontext}}

{% endif %} - - -