This commit is contained in:
2022-10-05 17:14:48 +02:00
parent e1b74cab41
commit 1865c065ec
3 changed files with 11 additions and 16 deletions

View File

@@ -122,7 +122,7 @@ Parameters:
{% endif %}
{% if bgColor %}
{% set styles = "background-color: " ~ bgColor ~ "; background-size: cover" %}
{% set row_class = row_class ~ "w-screen -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20" %}
{% set row_class = row_class ~ " w-auto -mx-4 sm:-mx-12 md:-mx-16 lg:-mx-20" %}
{% endif %}
{% if gradient %}
{% set styles = "background: " ~ gradient ~ "; background-size: cover" %}