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

@@ -11,7 +11,7 @@ insert_anchor_links: "left"
{% row(style="header") %}
![Image](header_about.png#mx-auto)
![Image](people.png#mx-auto)
|||

BIN
content/about/people.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 KiB

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