set fixed width for tariff card

This commit is contained in:
smanylov
2026-03-31 18:50:46 +07:00
parent a09ce94da1
commit b89e5b4c6b
+1 -1
View File
@@ -224,7 +224,7 @@
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer; cursor: pointer;
overflow: visible; overflow: visible;
max-width: 350px; max-width: 278px;
.plan-header { .plan-header {
text-align: center; text-align: center;