From 19ce1892583e7a06a7167a44b6d34ba4ed1385f7 Mon Sep 17 00:00:00 2001 From: cac Date: Sat, 31 Jan 2026 11:42:10 +0100 Subject: [PATCH] =?UTF-8?q?Suppression=20affichage=20header=20banni=C3=A8r?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/sass/custom.scss | 34 +++++----------------------------- 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a/assets/sass/custom.scss b/assets/sass/custom.scss index 3017290..3fb25c5 100644 --- a/assets/sass/custom.scss +++ b/assets/sass/custom.scss @@ -29,34 +29,10 @@ table { } } -/* Mobile */ -@include breakpoint('<=mobile') { - - - /* Banner */ - - #banner { - height: 10em; + #banner { + header { + display: None + } - } - -} - -/* Mobile (Portrait) */ - -@include breakpoint('<=mobilep') { - - /* Banner */ - - #banner { - height: 10em; - - header { - display: none; - } - } - - - -} \ No newline at end of file + } \ No newline at end of file