update spaces

This commit is contained in:
2022-04-04 12:59:38 +02:00
parent 7641995cf6
commit 6ad4ecbef1
9 changed files with 280 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ Parameters:
-->
{% set columns = body | safe | markdown | split(pat="|||") %}
{% set row_class = "relative pt-12 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row md:py-12 lg:py-16"%}
{% set row_class = "relative pt-12 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row md:py-2 lg:py-2"%}
<!-- aligns columns depending on col number-->
{% if 2 < columns | length %}