Fix Styles CSS

This commit is contained in:
2025-10-06 12:25:12 -03:00
parent ce4fc52d4a
commit a316e5dd08
10 changed files with 113 additions and 251 deletions

View File

@@ -200,7 +200,6 @@
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.2;
text-transform: uppercase;
}
.partidoNombreNormal {
@@ -210,13 +209,11 @@
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.2;
text-transform: uppercase;
}
.candidatoNombre {
font-size: 0.75rem;
color: #6c757d;
text-transform: uppercase;
font-weight: 500;
line-height: 1.1;
}