From c1fb79095fe6e09b22196fbc8716723d0c187ab2 Mon Sep 17 00:00:00 2001 From: Andres Date: Mon, 24 Nov 2025 12:05:01 -0500 Subject: [PATCH] entete css changes --- www/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 556f790..bc1ddad 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -383,6 +383,9 @@ blockquote a { /* PAGE: Warframes */ /* AUTEUR: Andres */ /****************************/ -.armures { - background-color: rgb(255, 119, 0); + +#entete { + width: 100%; + height: auto; + display: block; } \ No newline at end of file