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

Commit ed91616

Browse files
committed
[pricing] adjust the spacing around the pricing card.
1 parent eca2312 commit ed91616

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/PricingBox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const StyledPricingBox = styled.div<StyledPricingBoxProps>`
3131
border: 1px solid ${colors.offWhite2};
3232
background-color: ${colors.offWhite};
3333
border-radius: 3px;
34+
margin-top: ${({ isTitleOutside }) => isTitleOutside ? '6rem' : '2rem'};
3435
3536
@media(min-width: ${sizes.breakpoints.md}) {
3637
z-index: ${({ transform }) => transform ? '1' : null};

src/components/pricing/PricingBoxes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const PricingContainer = styled.div`
117117
118118
.cards {
119119
justify-content: flex-start;
120-
padding: 3rem 0;
120+
padding: 0rem 0 3rem;
121121
122122
.hide {
123123
display: none;

0 commit comments

Comments
 (0)