fix: onboarding page layout on small screens

This commit is contained in:
Ahmed Bouhuolia
2024-08-01 19:51:25 +02:00
parent 4cd0405078
commit 219e6fb466
4 changed files with 27 additions and 41 deletions

View File

@@ -2,6 +2,7 @@
.root{
margin: 0 auto;
padding: 0 40px;
padding-right: 20px;
}
.periodSwitch {

View File

@@ -6,7 +6,7 @@ export function SubscriptionPlans() {
const subscriptionPlans = useSubscriptionPlans();
return (
<Group spacing={14} noWrap align="stretch">
<Group spacing={10} noWrap align="stretch">
{subscriptionPlans.map((plan, index) => (
<SubscriptionPlan
key={index}