Fix Bold Nombre Partido Político (Tickers)

This commit is contained in:
2025-09-05 14:04:38 -03:00
parent 6354791f28
commit d52c452009

View File

@@ -92,12 +92,11 @@
}
.ticker-party .party-name {
font-weight: 500;
font-weight: 800;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 0.6rem; /* 10px */
/* El tamaño del nombre del partido es 0.9 veces el tamaño base */
padding-right: 0.6rem;
font-size: 0.9rem;
color: #343a40;
}