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