diff --git a/components/pages/payment/index.tsx b/components/pages/payment/index.tsx index 5f1b208..61bab24 100644 --- a/components/pages/payment/index.tsx +++ b/components/pages/payment/index.tsx @@ -171,7 +171,7 @@ export default function PaymentFailed() { .main-title { font-family: 'Bebas Neue', sans-serif; - font-size: clamp(4.5rem, 10vw, 9rem); + font-size: clamp(4.5rem, 8vw, 7rem); line-height: 0.9; letter-spacing: 0.02em; color: var(--text);