Changeset dee7f02 in Klonkt for src/views/pages/blocks.ejs


Ignore:
Timestamp:
06/26/2026 03:03:03 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
7ca3ffc
Parents:
474a5ed
Message:

style(fedi): remove the extra tab headroom + reduce wrapper top margin

Reverted the fedi-tabs top margin/mobile safe-area I'd added (the masthead already
clears the iOS notch via its own safe-area padding), and reduced the 5 fediverse page
wrappers' top margin 2rem -> 1rem. Less headroom on desktop/Android/iOS.

File:
1 edited

Legend:

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

    r474a5ed rdee7f02  
    2727
    2828<style>
    29   .bl-wrap { max-width: 640px; margin: 2rem auto; padding: 0 1rem; }
     29  .bl-wrap { max-width: 640px; margin: 1rem auto; padding: 0 1rem; }
    3030  .bl-title { margin: 0 0 .25rem; }
    3131  .bl-lead { color: var(--ink-soft, #888); margin: 0 0 1.25rem; }
Note: See TracChangeset for help on using the changeset viewer.