From b075301adc8b530e5e9070b48d693aa969912710 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Thu, 20 Jul 2023 11:07:34 +0300 Subject: [PATCH] update sign up pic --- content/signup/index.md | 2 -- templates/shortcodes/row.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/content/signup/index.md b/content/signup/index.md index fda3d9d..47a2963 100644 --- a/content/signup/index.md +++ b/content/signup/index.md @@ -10,9 +10,7 @@ weight: 2 -
-
{% row(style="right" margin="none" reverse="rightreserve" padding="bottom") %} diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 6884d2c..f48a975 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -142,7 +142,7 @@ Parameters: {% if "right" in style %} {% set row_class = row_class ~ " text-center lg:text-right md:text-right justify-center " %} - {% set col_class = col_class ~ " flex-1 m-4 lg:m-0 mx-8" %} + {% set col_class = col_class ~ " flex-1" %} {% endif %}