fix: 카드 높이 조정 (800 → 700)
All checks were successful
Build and Deploy / deploy (push) Successful in 10s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
andy-sg
2026-03-05 19:45:02 +09:00
parent 919adbb459
commit 4096a0d0af

View File

@@ -866,7 +866,7 @@ function Card({ data, onClose }) {
background: "radial-gradient(ellipse at 15% 85%, rgba(200,170,130,0.03) 0%, transparent 55%), radial-gradient(ellipse at 85% 15%, rgba(180,150,110,0.02) 0%, transparent 45%)",
pointerEvents: "none"
}} />
<div style={{ padding: "50px 56px 44px", height: 800, display: "flex", flexDirection: "column", position: "relative" }}>
<div style={{ padding: "50px 56px 44px", height: 700, display: "flex", flexDirection: "column", position: "relative" }}>
<div style={{ height: 2.5, background: "linear-gradient(90deg, transparent, #c4a06c 15%, #d4b896 50%, #c4a06c 85%, transparent)", marginBottom: 24, borderRadius: 2 }} />
<div style={{ fontSize: 14, fontWeight: 500, color: "#8a7458", letterSpacing: 3, marginBottom: 8 }}>
{d.month} {d.day} {d.dow}