From b0d9d8cb1c8c4a4d2b9234bbfdc7195fb563b21a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 7 Mar 2022 15:14:44 +0100 Subject: chore: change header photo --- src/assets/images/armand-philippot.jpg | Bin 28584 -> 27362 bytes src/components/Branding/Branding.module.scss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/images/armand-philippot.jpg b/src/assets/images/armand-philippot.jpg index 2c8ef50..7fdb206 100644 Binary files a/src/assets/images/armand-philippot.jpg and b/src/assets/images/armand-philippot.jpg differ diff --git a/src/components/Branding/Branding.module.scss b/src/components/Branding/Branding.module.scss index b6e1aa1..2cd3b15 100644 --- a/src/components/Branding/Branding.module.scss +++ b/src/components/Branding/Branding.module.scss @@ -35,7 +35,7 @@ &__back { width: 100%; height: 100%; - padding: clamp(fun.convert-px(2), 0.8vw, fun.convert-px(5)); + padding: fun.convert-px(2); position: absolute; top: 0; left: 0; -- cgit v1.2.3