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 */ }