Fix Mapa Css 1320

This commit is contained in:
2025-09-08 13:20:50 -03:00
parent 2169b57bc6
commit d5168e1d17

View File

@@ -19,7 +19,7 @@
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
padding: 1rem; padding: 1rem;
border-radius: 8px; border-radius: 8px;
max-width: 830px; max-width: 960px;
margin: auto; margin: auto;
height: 88vh; height: 88vh;
min-height: 650px; min-height: 650px;
@@ -150,7 +150,7 @@
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
padding-right: 1rem; padding-right: 1.5rem;
} }
.partido-votos { .partido-votos {
@@ -218,7 +218,14 @@
} }
.legend h4 { .legend h4 {
margin-top: 0; margin-top: 0;
margin-bottom: 0.75rem;
font-size: 1rem;
} }
#root .legend h4 {
font-size: 1.15rem;
}
.legend-item { .legend-item {
display: flex; display: flex;
align-items: center; align-items: center;