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 %}