support page

This commit is contained in:
2022-04-04 16:25:45 +02:00
parent 2aa4b83a86
commit a904202a0d
7 changed files with 76 additions and 2 deletions

View File

@@ -58,7 +58,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 lg:py-40 p-8 sm:p-12 md:p-16 lg:p-20" %}
{% set row_class = row_class ~ "w-screen -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20 lg:py-20 p-8 sm:p-12 md:p-16 lg:p-20" %}
{% endif %}