Skip to content

Commit

Permalink
fix: fix modal in mobile mod
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Nov 30, 2024
1 parent d62f146 commit 90c79c7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ export default function PlansAndPayment ({ userData }) {
maxWidth:"1008px",
margin: "24px"
}}
isCentered={{base: false, lg: true}}
isCentered={false}
>
<Stack spacing={0} marginBottom="40px">
<Text
Expand Down Expand Up @@ -795,7 +795,7 @@ export default function PlansAndPayment ({ userData }) {
maxWidth:"1008px",
margin: "24px",
}}
isCentered={{base: false, lg: true}}
isCentered={false}
>
<Stack spacing={0}>
<Text
Expand Down Expand Up @@ -1118,7 +1118,7 @@ export default function PlansAndPayment ({ userData }) {
padding: "32px 22px 26px 22px",
borderRadius: {base: "0", lg: "20px"},
}}
isCentered={{base: false, lg: true}}
isCentered={false}
>
<Stack spacing={0} marginBottom="40px">
<Text
Expand Down

0 comments on commit 90c79c7

Please sign in to comment.