From 5e28d385fc0849fe248dbb8807032ccde13168cc Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 7 Jan 2024 22:05:47 +0100 Subject: [PATCH] bandeau Gchange on top --- templates/P4N/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/P4N/index.html b/templates/P4N/index.html index f464b470..7b4cc342 100644 --- a/templates/P4N/index.html +++ b/templates/P4N/index.html @@ -18,14 +18,14 @@ .rolling-text-container { position: fixed; - bottom: 0; - left: 0; + top: 0; + left: 50; width: 100%; background-color: #333; color: #fff; padding: 10px; text-align: center; - font-size: 16px; + font-size: 18px; overflow: hidden; z-index: 2; /* Ensure the rolling text is above the map */ }