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 { .ticker-party .party-name {
font-weight: 500; font-weight: 800;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
padding-right: 0.6rem; /* 10px */ padding-right: 0.6rem;
/* El tamaño del nombre del partido es 0.9 veces el tamaño base */
font-size: 0.9rem; font-size: 0.9rem;
color: #343a40; color: #343a40;
} }