Skip to content

Commit 47a8da8

Browse files
committed
adds transparent background
1 parent 8d1ae37 commit 47a8da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/landing-page-components/sections/pricing-cards.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const PricingCards = () => {
5555
Benefits built for your success
5656
</div>
5757

58-
<div className={`${isMobile ? 'flex flex-col' : 'flex flex-row'} gap-[1em]`} style={{ alignItems: "stretch" }}>
58+
<div className={`${isMobile ? 'flex flex-col' : 'flex flex-row'} gap-[1em]`} style={{ alignItems: "stretch", background: "transparent" }}>
5959
{FEATURES.map((feature, idx) => (
6060
<div
6161
key={`landing-page-features-card-feature-card-${idx}`}
@@ -72,7 +72,7 @@ const PricingCards = () => {
7272
</div>
7373
))}
7474
</div>
75-
75+
""
7676
<div
7777
className={isMobile ? "flex flex-col gap-[1rem] pt-[1.5rem]" : "flex gap-[1rem] pt-[2rem]"}
7878
>

0 commit comments

Comments
 (0)