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;