fix: mobile test pins grade-hero at Design's 74px (follow-up to baf977f)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kev
2026-07-16 21:34:03 -04:00
parent baf977f3fe
commit f02dc4a6d5
+1 -1
View File
@@ -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', () => {