Ignore:
File:
1 edited

Legend:

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

    r63edb0d ra1c8cb8  
    1717
    1818  <%# ── HERO (label) — de pagina begint hier, geen header erboven ────── %>
    19   <header class="hub-hero<%= hub.heroImage ? ' has-img' : '' %>"<% if (hub.heroImage) { %> style="--hero-img:url('<%= hub.heroImage %>'); --hero-ov:<%= ((hub.heroOverlay == null ? 45 : hub.heroOverlay)/100).toFixed(2) %>"<% } %>>
     19  <header class="hub-hero<%= hub.heroImage ? ' has-img' : '' %>"<% if (hub.heroImage) { %> style="--hero-img:url('<%= hub.heroImage %>')"<% } %>>
    2020    <div class="hub-hero-inner container">
    2121      <h1 class="hub-hero-title"><%= hub.title %></h1>
     
    128128.hub-hero.has-img {
    129129  background:
    130     linear-gradient(rgba(0,0,0,var(--hero-ov,.45)), rgba(0,0,0,var(--hero-ov,.45))),
     130    linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.55) 100%),
    131131    var(--hero-img) center / cover no-repeat;
    132132  border-bottom: 0;
Note: See TracChangeset for help on using the changeset viewer.