From fdfe78c2f1f49e65e954dea59696b71dc8ef0f88 Mon Sep 17 00:00:00 2001 From: neox Date: Thu, 29 Feb 2024 10:51:33 +0100 Subject: [PATCH] template/styles.css: travail sur header (2) --- template/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/styles.css b/template/styles.css index 5136cbe..8b9e0b9 100644 --- a/template/styles.css +++ b/template/styles.css @@ -230,11 +230,11 @@ code.bcode_code {} a#site_link { display: flex; -} -header#header { background-attachment: fixed; background-image: url(../template/electronic.jpg); background-position: 0 0; +} +header#header { display: flex; flex-direction: row; }