From 383e111c19e82968d9612c810311251e90d7c5d6 Mon Sep 17 00:00:00 2001 From: scossa Date: Tue, 20 Aug 2024 23:32:28 +0200 Subject: [PATCH] fix nomifilelunghi --- public/css/map.css | 6 +++--- public/index.html | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/css/map.css b/public/css/map.css index 44f0ef4..25aa069 100644 --- a/public/css/map.css +++ b/public/css/map.css @@ -45,10 +45,10 @@ body { position: absolute; margin-left: auto; margin-right: auto; - left:0; - right: 0; + left:500px; + right: 500px; text-align: center; - width: 262px; + width: fit-content; background-color: white; } diff --git a/public/index.html b/public/index.html index b32dcf1..2563e03 100644 --- a/public/index.html +++ b/public/index.html @@ -29,9 +29,11 @@