fix: nav slash, back button context, home page max-width
- Past Trips nav link: add missing / (base_url_absolute has no trailing slash) - Entry back link: history.back() with journal fallback, label → "← Back" - Home page: max-width 1400px instead of none — narrows layout on wide screens Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RB86BaJBG3eGiMdfhmHRrQ
This commit is contained in:
@@ -651,7 +651,7 @@ body::after {
|
||||
|
||||
/* ── Home page layout ────────────────────────────────────────────────────────── */
|
||||
|
||||
.home-page .site-main { max-width: none; padding: 0; }
|
||||
.home-page .site-main { max-width: 1400px; margin: 0 auto; padding: 0; }
|
||||
|
||||
.home-layout {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user