Skip to content

Commit 88daa86

Browse files
p4gsclaudehappy-otter
committed
fix: add more padding around glass panels on mobile
- Increase default gutter from 24px to 28px - Small screen portrait: 16px → 20px - Landscape mobile: 48px padding for breathing room 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 3642ac1 commit 88daa86

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/projects/nthpartyfinder/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
--font-mono: 'Space Mono', monospace;
4545

4646
--container: 1100px;
47-
--gutter: 24px;
47+
--gutter: 28px;
4848
}
4949

5050
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
@@ -813,11 +813,14 @@
813813
.nav-hamburger { display: flex; }
814814
.hero-ctas { flex-direction: column; align-items: center; }
815815
.hero-title { font-size: clamp(2.8rem, 11vw, 4.5rem); letter-spacing: 3px; }
816-
.container { padding: 0 16px; }
816+
.container { padding: 0 20px; }
817817
}
818818
@media (max-width: 520px) and (orientation: portrait) {
819819
.hero-title { font-size: clamp(4.2rem, 17vw, 7rem); letter-spacing: 3px; }
820820
}
821+
@media (max-height: 500px) and (orientation: landscape) {
822+
.container { padding: 0 48px; }
823+
}
821824
/* ── 3D GRAPH ── */
822825
/* The .hero-overlay div is no longer used — dark tint is on body::after */
823826
#vendor-graph {

0 commit comments

Comments
 (0)