From 6c2b510f4f41be2e8c3a339a84f7086ca648ca93 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 15 Apr 2022 12:46:04 +0200 Subject: [PATCH] nettoyage --- styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 0aa130b..d194667 100644 --- a/styles.css +++ b/styles.css @@ -74,6 +74,7 @@ aside { background-color: var(--chalec_white); background-repeat: repeat; padding: 10px; + min-height: 50vh; } article { @@ -160,10 +161,10 @@ header { footer { background: #e0f0ff; /* old IE fallback */ - background-attachment: fixed, scroll; + background-attachment: fixed; background-image: url(../templates/electronic.png); background-position: 0 0; - background-repeat: repeat; + background-repeat: cover; background-size: auto; }