From b37c0987b1aec90a70ab8a1fd45944c5ab37ca0c Mon Sep 17 00:00:00 2001 From: "Thiago E. Santos" Date: Mon, 29 Jul 2024 15:58:02 -0300 Subject: [PATCH] Adjust --- css/mapa.css | 7 +++++-- index.html | 3 +-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/css/mapa.css b/css/mapa.css index e69e797..a55b048 100644 --- a/css/mapa.css +++ b/css/mapa.css @@ -34,6 +34,10 @@ g { } svg { stroke: var(--contorno-mapa); + position: relative; + top: -20px; + height: 880px !important; + width: 875px; } text { cursor: default; @@ -63,8 +67,7 @@ text { .legenda { display: flex; - justify-content: space-around; - margin-bottom: 15px; + margin-bottom: 10px; } .legenda-item { align-items: center; diff --git a/index.html b/index.html index 3598bd4..ad54a6f 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ - + AC @@ -114,7 +114,6 @@ DF -
0