diff --git a/content/about/index.md b/content/about/index.md index 5543790cf..6ef562937 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -11,7 +11,7 @@ insert_anchor_links: "left" {% row(style="header") %} -![Image](header_about.png#mx-auto) +![Image](people.png#mx-auto) ||| diff --git a/content/about/people.png b/content/about/people.png new file mode 100644 index 000000000..56f2c4cda Binary files /dev/null and b/content/about/people.png differ diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 2376c5b00..91604c8d7 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -89,7 +89,7 @@ Parameters: {% 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 %}