diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-03-07 15:14:44 +0100 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-03-09 00:29:05 +0100 | 
| commit | b0d9d8cb1c8c4a4d2b9234bbfdc7195fb563b21a (patch) | |
| tree | ad027a26aedc00a396db4ea9baab2a06b5c26a39 /src/components | |
| parent | 5b1172662662df1bc8a05dadda14ac9fd827c347 (diff) | |
chore: change header photo
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Branding/Branding.module.scss | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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; | 
