From 33b043e9d5b452cacff425586009f2f3a93c99d8 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Wed, 11 Jan 2023 15:07:57 +0100
Subject: [PATCH] fix person term hero image size

---
 config.yaml                           | 6 +++---
 layouts/partials/programs/single.html | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/config.yaml b/config.yaml
index 54ed0d4d..e6263c64 100644
--- a/config.yaml
+++ b/config.yaml
@@ -118,9 +118,9 @@ params:
           desktop:  900
       persons:
         hero:
-          mobile:   200
-          tablet:   200
-          desktop:  415
+          mobile:   400
+          tablet:   800
+          desktop:  900
         hero_single:
           mobile:   200
           tablet:   200
diff --git a/layouts/partials/programs/single.html b/layouts/partials/programs/single.html
index 288402a8..d221bf94 100644
--- a/layouts/partials/programs/single.html
+++ b/layouts/partials/programs/single.html
@@ -29,6 +29,7 @@
       "with_container" true
       "context" .
     ) }}
+
   {{- partial "programs/presentation.html" . -}}
   {{- partial "programs/children.html" .Pages -}}
   {{- partial "programs/pedagogy.html" . -}}
-- 
GitLab