uodate build page

This commit is contained in:
2023-06-25 16:40:33 +03:00
parent b3310cdc06
commit b11629e430

View File

@@ -85,7 +85,7 @@ Parameters:
<!-- makes row with margins --> <!-- makes row with margins -->
{% if "header" in style %} {% 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" %} {% set col_class = col_class ~ " m-4 lg:m-0" %}
{% endif %} {% endif %}