Update display_global.php

This commit is contained in:
Lizandro Guarnizo
2026-06-16 15:59:38 -05:00
parent f13a06b63a
commit 9e79b8ff56
+2 -2
View File
@@ -204,7 +204,7 @@ $_hasVideo = (bool)$_tvVideo;
padding: .35rem 1rem;
background: color-mix(in srgb, var(--brand) 12%, #f1f5f9);
border-top: 1px solid #e2e8f0; border-bottom: 2px solid #e2e8f0;
font-size: .75rem; font-weight: 800;
font-size: 1.75rem; font-weight: 800;
text-transform: uppercase; letter-spacing: .1em; color: #64748b;
flex-shrink: 0;
}
@@ -228,7 +228,7 @@ $_hasVideo = (bool)$_tvVideo;
}
.ul-item .ul-cod { font-weight: 800; font-size: 2.9rem; line-height: 1; }
.ul-item .ul-dest {
font-size: 3.68rem; font-weight: 700; color: #1e293b;
font-size: 2.68rem; font-weight: 700; color: #1e293b;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
line-height: 1.1;
}