From 52e07ad4c625bb69f4dcee4d3601f995ebf72366 Mon Sep 17 00:00:00 2001 From: Cagdas U Date: Thu, 12 Aug 2021 13:19:28 +0300 Subject: [PATCH] fix(create-new-team): add padding to payment container Addresses https://github.com/topcoder-platform/taas-app/issues/440 --- .../CreateNewTeam/pages/CreateTaasPayment/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/CreateNewTeam/pages/CreateTaasPayment/styles.module.scss b/src/routes/CreateNewTeam/pages/CreateTaasPayment/styles.module.scss index 90a0d59..23516d0 100644 --- a/src/routes/CreateNewTeam/pages/CreateTaasPayment/styles.module.scss +++ b/src/routes/CreateNewTeam/pages/CreateTaasPayment/styles.module.scss @@ -22,7 +22,7 @@ .main-container { @include rounded-card; max-width: 746px; - width: 50vw; + padding: 0 35px 32px; margin-right: 30px; background: #ffffff; min-height: 730px;