From 0dc58c2658935ba9f965342c0c44c372fc2ab2af Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 2 Dec 2022 18:20:56 +0100 Subject: [PATCH] add noel css --- assets/css/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 555d4aa..fbe4c9d 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -313,7 +313,7 @@ pre[class*="language-"] { } .header { - background: url('../images/header.jpg') no-repeat; + background: url('../images/header.jpg') no-repeat fixed; background-size: cover; display: flex; flex-direction: column;