From b89e5b4c6b7ab7004c5dbd891e7a838298c174c1 Mon Sep 17 00:00:00 2001 From: smanylov Date: Tue, 31 Mar 2026 18:50:46 +0700 Subject: [PATCH] set fixed width for tariff card --- src/app/styles/payment-container.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/payment-container.scss b/src/app/styles/payment-container.scss index 8859b96..ca06fff 100644 --- a/src/app/styles/payment-container.scss +++ b/src/app/styles/payment-container.scss @@ -224,7 +224,7 @@ transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; overflow: visible; - max-width: 350px; + max-width: 278px; .plan-header { text-align: center;