as
This commit is contained in:
@@ -126,7 +126,7 @@ function applyHeader(cfg) {
|
||||
if (logo) { logo.src = cfg.logo_path || ''; logo.alt = `${cfg.event_name || 'Event'} Logo`; }
|
||||
setText('hdr-event-name', cfg.event_name);
|
||||
setText('hdr-event-dates', cfg.event_dates);
|
||||
setText('hdr-presented-by', `Presented by ${cfg.sponsor_name || ''}`);
|
||||
setText('hdr-presented-by', 'Presented by');
|
||||
// #4: hook text
|
||||
setText('hdr-hook', cfg.header_hook || '');
|
||||
const sLogo = document.getElementById('hdr-sponsor-logo');
|
||||
|
||||
@@ -89,7 +89,7 @@ button { cursor: pointer; font-family: inherit; border: none; background: none;
|
||||
font-size: 0.62rem; font-weight: 300; letter-spacing: 0.14em;
|
||||
color: #000; text-transform: uppercase; white-space: nowrap;
|
||||
}
|
||||
.hdr-sponsor-logo { height: 30px; width: auto; object-fit: contain; opacity: 0.85; }
|
||||
.hdr-sponsor-logo { height: 38px; width: auto; object-fit: contain; opacity: 0.85; }
|
||||
|
||||
/* ══════════════ HERO SPLIT ══════════════ */
|
||||
.hero {
|
||||
|
||||
Reference in New Issue
Block a user