diff --git a/index.html b/index.html index f7f6dbc..e541eb4 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ @media (prefers-reduced-motion: reduce) { .app-loading-gem { animation: none; transform: rotate(45deg); } } - + diff --git a/package.json b/package.json index c2e613e..491af1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amerc-site", - "version": "0.95.0-changelog", + "version": "0.96.0-herofit", "private": true, "type": "module", "scripts": { diff --git a/src/Scene2D.jsx b/src/Scene2D.jsx index 95ea520..f23e8ab 100644 --- a/src/Scene2D.jsx +++ b/src/Scene2D.jsx @@ -10,7 +10,7 @@ import { api } from './api.js'; const Menu = ({ size = 20 }) => (); const X = ({ size = 20 }) => (); -const RELEASE = '0.95.0-changelog'; +const RELEASE = '0.96.0-herofit'; const NAV = [ { id: 'home', label: 'Tavern' }, @@ -465,6 +465,7 @@ function StatusPage() { } const CHANGELOG = [ + { v: '0.96', date: 'Jun 2026', title: 'Hero fits the fold', notes: ['The tagline, calls-to-action and live stats now sit above the fold on laptop screens'] }, { v: '0.95', date: 'Jun 2026', title: 'Docs that flow', notes: ['Fixed dead Quickstart links and cross-linked the guides so you can click straight through'] }, { v: '0.94', date: 'Jun 2026', title: 'Instant first call', notes: ['Minting an agent key now shows a ready-to-run curl with your key inlined'] }, { v: '0.93', date: 'Jun 2026', title: 'Search the docs', notes: ['Full-text search across all documentation, with highlighted context snippets'] }, diff --git a/src/styles.css b/src/styles.css index 2ea14a1..5c352ed 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1041,7 +1041,7 @@ button { /* 0.24 — 2D RPG game tavern (Kenney Tiny Dungeon CC0 tiles) */ /* ===================================================================== */ .gm-home { position: relative; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 12px; background: radial-gradient(circle at 50% 30%, #16100e, #070506); overflow: hidden; } -.gm-stage { position: relative; aspect-ratio: 512 / 352; width: min(94vw, calc((100vh - 210px) * 1.4545)); box-shadow: 0 14px 44px rgba(0,0,0,0.75), 0 0 0 3px #2a1a10, 0 0 0 7px #120a06, 0 0 0 9px #000; } +.gm-stage { position: relative; aspect-ratio: 512 / 352; width: min(94vw, calc((100vh - 290px) * 1.4545)); box-shadow: 0 14px 44px rgba(0,0,0,0.75), 0 0 0 3px #2a1a10, 0 0 0 7px #120a06, 0 0 0 9px #000; } .gm-room { position: absolute; inset: 0; } .gm-canvas { width: 100%; height: 100%; display: block; image-rendering: pixelated; image-rendering: crisp-edges; } .gm-overlay { position: absolute; inset: 0; }