Commit 8d01ce1
fix: glass panels now have 16px gap from viewport edges on all devices
Use max-width: min(1100px, 100% - 32px) on .container to guarantee
16px minimum margin on each side. Replaces redundant per-breakpoint
padding overrides — one line handles all viewports.
Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>1 parent 88daa86 commit 8d01ce1
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
816 | | - | |
817 | 816 | | |
818 | 817 | | |
819 | 818 | | |
820 | 819 | | |
821 | | - | |
822 | | - | |
823 | | - | |
824 | 820 | | |
825 | 821 | | |
826 | 822 | | |
| |||
0 commit comments