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:
isUnknown 2026-02-23 17:29:30 +01:00
parent 53183a2445
commit f62ba6fbd7
4 changed files with 437 additions and 1 deletions

View file

@ -13,3 +13,4 @@
@import 'src/section_9-author.scss';
@import 'src/section_10-buy.scss';
@import 'src/footer.scss';
@import 'src/mobile.scss';