From 1260b9e32753a75bc10fff759e43715e3adc719f Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Wed, 25 May 2022 10:19:22 +0200 Subject: [PATCH] Fit pricing component on mobile devices (#78) --- packages/web/landing-page/components/pricing.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/web/landing-page/components/pricing.tsx b/packages/web/landing-page/components/pricing.tsx index 76793ca54..f30ab092a 100644 --- a/packages/web/landing-page/components/pricing.tsx +++ b/packages/web/landing-page/components/pricing.tsx @@ -9,10 +9,10 @@ function Plan(plan: { footer?: React.ReactNode; }) { return ( -
+
-

{plan.name}

+

{plan.name}

{typeof plan.price === 'string' ? ( plan.price @@ -30,7 +30,7 @@ function Plan(plan: { {plan.features.map((feature, i) => { return (
  • -
    {feature}
    +
    {feature}
  • ); })} @@ -54,7 +54,7 @@ export function Pricing() {

    Pricing

    Available in the application

    -
    +