From 7c62ef65c0557d48dec2545e4131cb0daa1b5ce2 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Mon, 1 May 2023 22:48:47 +0200 Subject: [PATCH] =?UTF-8?q?okay=20l=C3=A0=20normalement=20c'est=20bon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/template.css | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/assets/css/template.css b/assets/css/template.css index 260f2f1..3652a49 100644 --- a/assets/css/template.css +++ b/assets/css/template.css @@ -42,19 +42,13 @@ body { } .bg{ - background-attachment: fixed,fixed; - -webkit-background-attachment: fixed,fixed; - background-color: #499135; background-repeat: no-repeat, no-repeat; background-size: auto,cover; - -webkit-background-size: auto,cover; - -moz-background-size: auto,cover; - -o-background-size: auto,cover; position: fixed; - height: 100vh; - width: 100vh; + height: 100%; + width: 100%; /* s/o coconut.jpeg */ z-index: -10000000; @@ -69,9 +63,8 @@ body { .bg{ background-position: center center, center center; background-size: auto,cover; - background-attachment: scroll,scroll; - -webkit-background-attachment: scroll,scroll ; - + height: 100vh; + width: 100vh; } }