From b11629e4307c2dec5ae0734da79499fb7a0bc3ea Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 25 Jun 2023 16:40:33 +0300 Subject: [PATCH] uodate build page --- 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 04b7c0150..7526fc356 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -85,7 +85,7 @@ Parameters: {% if "header" in style %} - {% set row_class = row_class ~ " h-screen" %} + {% set row_class = row_class ~ " h-screen mt-4" %} {% set col_class = col_class ~ " m-4 lg:m-0" %} {% endif %}