update about img

This commit is contained in:
2024-03-04 12:01:06 +02:00
parent 240430cd99
commit 7fce1b6f37
3 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ Parameters:
<!-- makes row with margins -->
{% if "header" in style %}
{% set row_class = row_class ~ " h-auto md:h-screen mt-4" %}
{% set row_class = row_class ~ " h-auto md:h-screen mt-4 lg:mt-0" %}
{% set col_class = col_class ~ " m-4 lg:m-0" %}
{% endif %}