Changeset d68bcf1 in Klonkt
- Timestamp:
- 06/20/2026 08:35:02 AM (3 months ago)
- Branches:
- main
- Children:
- cc22112
- Parents:
- d8c6a83
- File:
-
- 1 edited
-
src/views/pages/downloads.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/downloads.ejs
rd8c6a83 rd68bcf1 2 2 var ts = (typeof dlTracks !== 'undefined') ? dlTracks : []; 3 3 %> 4 < section class="dls">4 <article class="container post-page"> 5 5 <%- include('../partials/post-nav', { newerPost: (typeof newerPost !== 'undefined' ? newerPost : null), olderPost: (typeof olderPost !== 'undefined' ? olderPost : null) }) %> 6 <section class="dls"> 6 7 <h1 class="dls-h1">Downloads</h1> 7 8 <p class="dls-sub">Gratis te downloaden — laat je e-mailadres achter en je krijgt het bestand.</p> … … 23 24 </ul> 24 25 <% } %> 25 </section> 26 </section> 27 </article> 26 28 27 29 <style> 28 .dls { max-width: 680px; margin: 0 auto; padding: 32px 18px64px; }30 .dls { padding: 0 0 64px; } 29 31 .dls-h1 { font-size: clamp(26px,5vw,38px); margin: 0 0 8px; } 30 32 .dls-sub { opacity: .8; margin: 0 0 24px; }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)