From 9e79b8ff56629f7735043f3147ac87638574ab68 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:59:38 -0500 Subject: [PATCH] Update display_global.php --- modules/turnero/views/display_global.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/turnero/views/display_global.php b/modules/turnero/views/display_global.php index 65912e8..dacb99f 100644 --- a/modules/turnero/views/display_global.php +++ b/modules/turnero/views/display_global.php @@ -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; }