diff --git a/app/pricing/PlanCard.tsx b/app/pricing/PlanCard.tsx index cca55340e..10a0093ed 100644 --- a/app/pricing/PlanCard.tsx +++ b/app/pricing/PlanCard.tsx @@ -66,9 +66,10 @@ export default function PlanCard({ `h-full py-8 px-6 border bg-canvasBase`, content.recommended ? "border-matcha-400" : "border-muted", `rounded-2xl`, - idx === 0 && "xl:rounded-r-none", - idx > 0 && idx < total - 1 && "xl:rounded-none", - idx === total - 1 && "xl:rounded-l-none" + // Match the flexbox changes in the parent + idx === 0 && "lg:rounded-r-none", + idx > 0 && idx < total - 1 && "lg:rounded-none", + idx === total - 1 && "lg:rounded-l-none" )} > {content.recommended && ( @@ -81,7 +82,9 @@ export default function PlanCard({ {/* Prevent weird button wrap on enterprise from mis-aligning rows */}
{content.description}
++ {content.description} +
{content.cost.between ? (Between diff --git a/app/pricing/page.tsx b/app/pricing/page.tsx index c90ff4d28..a99943967 100644 --- a/app/pricing/page.tsx +++ b/app/pricing/page.tsx @@ -44,7 +44,7 @@ export default function Pricing() { From early-stage startups to scaling enterprises, Inngest has you covered. Get started for free today.
-