From 41613c5af19a2a17484ff8f9d2541db9f4b45d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vri=20=F0=9F=8C=88?= Date: Sun, 16 Jul 2023 19:37:57 +0200 Subject: [PATCH] Fix header background (#3) Co-authored-by: vrifox Reviewed-on: https://code.cozy.town/cozytown/website/pulls/3 --- themes/cozy-hugo/assets/css/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/cozy-hugo/assets/css/main.scss b/themes/cozy-hugo/assets/css/main.scss index b1b9403..632266f 100644 --- a/themes/cozy-hugo/assets/css/main.scss +++ b/themes/cozy-hugo/assets/css/main.scss @@ -49,6 +49,7 @@ header { background-color: var(--background-header); background-image: url(home-header-optimized.svg); background-position: center; + background-size: cover; color: var(--text); display: flex; flex-direction: column;