Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 12d27f3

Browse files
committed
PricingBoxes remove the border bottom.
1 parent 445b6db commit 12d27f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/pricing/PricingBoxes.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,10 @@ const plans: PricingBoxProps[] = [
116116

117117
const PricingContainer = styled.div`
118118
background-color: ${colors.white};
119-
border: 1px solid ${colors.offWhite2};
119+
border-top: 1px solid ${colors.offWhite2};
120120
padding: 3rem 0 6rem;
121121
122122
.cards {
123-
border-left: none;
124-
border-right: none;
125123
justify-content: flex-start;
126124
padding: 3rem 0;
127125

0 commit comments

Comments
 (0)