diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx index baede37..f1cc026 100644 --- a/frontend/src/pages/LandingPage.tsx +++ b/frontend/src/pages/LandingPage.tsx @@ -68,8 +68,8 @@ export default function LandingPage() { /* Crystal prism */ .prism { - width: 340px; - height: 340px; + width: clamp(200px, 60vw, 340px); + height: clamp(200px, 60vw, 340px); position: relative; } .prism::before { @@ -133,16 +133,16 @@ export default function LandingPage() { {/* ── Ambient glow ───────────────────────────────────── */}