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:
@@ -67,7 +67,7 @@ describe('Phase F — mobile CSS (globals.css)', () => {
|
|||||||
expect(css).toContain('env(safe-area-inset-bottom, 0px)');
|
expect(css).toContain('env(safe-area-inset-bottom, 0px)');
|
||||||
});
|
});
|
||||||
it('shrinks the grade hero and stacks the terminal grid on mobile', () => {
|
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');
|
expect(css).toContain('.terminal-grid { grid-template-columns: 1fr');
|
||||||
});
|
});
|
||||||
it('enables horizontal scroll for book tables', () => {
|
it('enables horizontal scroll for book tables', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user