Fix Mapa Css 1320
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user