From c0a09eb14c189c5b6b3ea02721d3749a8625c824 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 12 Oct 2022 17:32:03 +0200 Subject: [PATCH] fixed --- 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 e2baec6..42e7576 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -44,7 +44,7 @@ Parameters: {% set row_class = row_class ~ " lg:items-center" %} {% endif %} -{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 lg:mx-8 xl:mx-12 " %} +{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 lg:mx-2 xl:mx-4" %} {% set row_id = '' %}