Changeset d68bcf1 in Klonkt


Ignore:
Timestamp:
06/20/2026 08:35:02 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
cc22112
Parents:
d8c6a83
Message:

fix(downloads): post nav pixel-identical to a post (.container.post-page)

The downloads page was in .dls (680px/18px padding) → post nav slightly wider
than on a real post (.container, 42rem). Now the whole page in .container.post-page
→ post nav exactly the same as a post.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/downloads.ejs

    rd8c6a83 rd68bcf1  
    22  var ts = (typeof dlTracks !== 'undefined') ? dlTracks : [];
    33%>
    4 <section class="dls">
     4<article class="container post-page">
    55  <%- include('../partials/post-nav', { newerPost: (typeof newerPost !== 'undefined' ? newerPost : null), olderPost: (typeof olderPost !== 'undefined' ? olderPost : null) }) %>
     6  <section class="dls">
    67  <h1 class="dls-h1">Downloads</h1>
    78  <p class="dls-sub">Gratis te downloaden — laat je e-mailadres achter en je krijgt het bestand.</p>
     
    2324    </ul>
    2425  <% } %>
    25 </section>
     26  </section>
     27</article>
    2628
    2729<style>
    28   .dls { max-width: 680px; margin: 0 auto; padding: 32px 18px 64px; }
     30  .dls { padding: 0 0 64px; }
    2931  .dls-h1 { font-size: clamp(26px,5vw,38px); margin: 0 0 8px; }
    3032  .dls-sub { opacity: .8; margin: 0 0 24px; }
Note: See TracChangeset for help on using the changeset viewer.