From 26d45d127c2c9459d6c16ad5b45a4ab3677472dc Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Thu, 31 Aug 2023 10:38:39 +0300 Subject: [PATCH] update space between columns --- templates/shortcodes/row.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index abd9d4c..30a34ee 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -44,7 +44,7 @@ Parameters: {% set row_class = row_class ~ " items-center" %} {% endif %} -{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0" %} +{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 mx-4" %} {% set row_id = '' %}