Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d93b9b0

Browse files
authored
Merge pull request #474 from cagdas001/dev
fix(create-new-team): add padding to payment container
2 parents 5b0fb45 + 52e07ad commit d93b9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/CreateNewTeam/pages/CreateTaasPayment/styles.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
.main-container {
2323
@include rounded-card;
2424
max-width: 746px;
25-
width: 50vw;
25+
padding: 0 35px 32px;
2626
margin-right: 30px;
2727
background: #ffffff;
2828
min-height: 730px;

0 commit comments

Comments
 (0)