Skip to content

Commit 8718c69

Browse files
committed
Update Pricing component layout and adjust highlighted column in comparison table
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 73cfcfa commit 8718c69

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/sections/Pricing/comparison.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ h2, h5{
7272
7373
/* Highlighted column */
7474
75-
.price-table tr td:nth-child(5) {
75+
.price-table tr td:nth-child(3) {
7676
background: rgba(0,179,159,0.1);
7777
padding: 8px 48px;
7878
}

src/sections/Pricing/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const Pricing = () => {
2929
<div className="wrapper">
3030
<PlanCard planData={options} isYearly={isYearly}/>
3131
</div>
32-
<div className="wrapper">
33-
<PricingAddons isYearly={isYearly} sx={{ marginTop: "6rem" }} />
32+
<div className="wrapper" style={{ marginTop: "6rem" }}>
33+
<PricingAddons isYearly={isYearly}/>
3434
</div>
3535
<Comparison />
3636
<Reviews />

0 commit comments

Comments
 (0)