From d5168e1d175a8b1944d6009066d13f9b99cba1d0 Mon Sep 17 00:00:00 2001 From: dmolinari Date: Mon, 8 Sep 2025 13:20:50 -0300 Subject: [PATCH] Fix Mapa Css 1320 --- Elecciones-Web/frontend/src/components/MapaBsAs.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Elecciones-Web/frontend/src/components/MapaBsAs.css b/Elecciones-Web/frontend/src/components/MapaBsAs.css index c82150b..52bcb41 100644 --- a/Elecciones-Web/frontend/src/components/MapaBsAs.css +++ b/Elecciones-Web/frontend/src/components/MapaBsAs.css @@ -19,7 +19,7 @@ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); padding: 1rem; border-radius: 8px; - max-width: 830px; + max-width: 960px; margin: auto; height: 88vh; min-height: 650px; @@ -150,7 +150,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - padding-right: 1rem; + padding-right: 1.5rem; } .partido-votos { @@ -218,7 +218,14 @@ } .legend h4 { margin-top: 0; + margin-bottom: 0.75rem; + font-size: 1rem; } + +#root .legend h4 { + font-size: 1.15rem; +} + .legend-item { display: flex; align-items: center;