fix: 카드 높이 조정 (800 → 700)
All checks were successful
Build and Deploy / deploy (push) Successful in 10s
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:
@@ -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%)",
|
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"
|
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={{ 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 }}>
|
<div style={{ fontSize: 14, fontWeight: 500, color: "#8a7458", letterSpacing: 3, marginBottom: 8 }}>
|
||||||
{d.month}월 {d.day}일 {d.dow}
|
{d.month}월 {d.day}일 {d.dow}
|
||||||
|
|||||||
Reference in New Issue
Block a user