From f02dc4a6d5aadb6e53726aecb37c6dbda34a425c Mon Sep 17 00:00:00 2001 From: Kev Date: Thu, 16 Jul 2026 21:34:03 -0400 Subject: [PATCH] fix: mobile test pins grade-hero at Design's 74px (follow-up to baf977f) Co-Authored-By: Claude Opus 4.8 (1M context) --- tests/unit/vyndrMobile.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/vyndrMobile.test.js b/tests/unit/vyndrMobile.test.js index 5b9027a..46fb091 100644 --- a/tests/unit/vyndrMobile.test.js +++ b/tests/unit/vyndrMobile.test.js @@ -67,7 +67,7 @@ describe('Phase F — mobile CSS (globals.css)', () => { expect(css).toContain('env(safe-area-inset-bottom, 0px)'); }); it('shrinks the grade hero and stacks the terminal grid on mobile', () => { - expect(css).toContain('.grade-hero { font-size: 80px'); + expect(css).toContain('.grade-hero { font-size: 74px'); expect(css).toContain('.terminal-grid { grid-template-columns: 1fr'); }); it('enables horizontal scroll for book tables', () => {