feat: add mobile responsive styles (breakpoint 930px)
Add _mobile.scss with responsive overrides for all sections: - Header nav wraps, hero auto-height, grids to single column - Handles path full-width, system/author/buy stacked vertically - Footer contact and legal full-width - Typography scaled down for mobile viewports Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
53183a2445
commit
f62ba6fbd7
4 changed files with 437 additions and 1 deletions
|
|
@ -13,3 +13,4 @@
|
|||
@import 'src/section_9-author.scss';
|
||||
@import 'src/section_10-buy.scss';
|
||||
@import 'src/footer.scss';
|
||||
@import 'src/mobile.scss';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue