Changeset 8e29f77 in Klonkt


Ignore:
Timestamp:
06/18/2026 06:53:31 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
5c261b7
Parents:
74544fb
Message:

Post: less blank space above the nav (.post-page margin-top 2rem → 0.5rem)

Now that the compact Newer/Older nav sits at the top, the 2rem top margin of
.post-page was too much (48px gap between chrome and nav). Down to 0.5rem → ~24px.

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

File:
1 edited

Legend:

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

    r74544fb r8e29f77  
    258258</article>
    259259<style>
    260 .post-page { max-width: 720px; margin: 2rem auto; padding: 0 1rem; }
     260.post-page { max-width: 720px; margin: 0.5rem auto 2rem; padding: 0 1rem; }
    261261.post-cover { margin: 0 0 2rem; border-radius: 8px; overflow: hidden; }
    262262.post-cover img { width: 100%; height: auto; display: block; }
Note: See TracChangeset for help on using the changeset viewer.