We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1ae37 commit 47a8da8Copy full SHA for 47a8da8
src/components/landing-page-components/sections/pricing-cards.jsx
@@ -55,7 +55,7 @@ const PricingCards = () => {
55
Benefits built for your success
56
</div>
57
58
- <div className={`${isMobile ? 'flex flex-col' : 'flex flex-row'} gap-[1em]`} style={{ alignItems: "stretch" }}>
+ <div className={`${isMobile ? 'flex flex-col' : 'flex flex-row'} gap-[1em]`} style={{ alignItems: "stretch", background: "transparent" }}>
59
{FEATURES.map((feature, idx) => (
60
<div
61
key={`landing-page-features-card-feature-card-${idx}`}
@@ -72,7 +72,7 @@ const PricingCards = () => {
72
73
))}
74
75
-
+ ""
76
77
className={isMobile ? "flex flex-col gap-[1rem] pt-[1.5rem]" : "flex gap-[1rem] pt-[2rem]"}
78
>
0 commit comments