Changeset cbd1761 in Klonkt


Ignore:
Timestamp:
06/17/2026 12:34:22 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
6b0a8e2
Parents:
79bba6e
Message:

Hub-home: hero connects directly to the topnav (no gap) + dead hub-nav CSS removed

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/hub-home.ejs

    r79bba6e rcbd1761  
    9999.hub { width: 100%; position: relative; }
    100100
    101 /* ── Minimale auth-nav (over de hero) ─────────────────────────────── */
    102 .hub-nav { position: absolute; top: 0; left: 0; right: 0; z-index: 5; padding: 1rem 0; }
    103 .hub-nav-inner { display: flex; justify-content: flex-end; align-items: center; gap: 1.4rem; }
    104 .hub-nav-link {
    105   color: var(--ink); text-decoration: none; font-weight: 600; font-size: 0.9rem; opacity: 0.85;
    106 }
    107 .hub-nav-link:hover { opacity: 1; color: var(--accent); }
    108 .hub--img .hub-nav-link { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.4); }
    109 .hub--img .hub-nav-link:hover { color: #fff; opacity: 1; }
     101/* Hero sluit direct aan op de mini topnav-balk — geen tussenruimte boven de
     102   hub-home (override van de globale main-padding-top). */
     103.pcms-main { padding-top: 0; }
     104.hub-hero { margin-top: 0; }
    110105
    111106/* ── Hero ─────────────────────────────────────────────────────────── */
Note: See TracChangeset for help on using the changeset viewer.