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

Commit 8437dc6

Browse files
committed
[pricing] reduce the spacing around the pricing boxes.
1 parent f08ab76 commit 8437dc6

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed

src/components/pricing/PricingBoxes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const plans: PricingBoxProps[] = [
117117
const PricingContainer = styled.div`
118118
background-color: ${colors.white};
119119
border: 1px solid ${colors.offWhite2};
120-
padding: 6rem 0;
120+
padding: 3rem 0 6rem;
121121
122122
.cards {
123123
border-left: none;

src/components/pricing/SelfHostedFAQ.tsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/components/pricing/Tabs.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ const Tab = styled.button`
3131
}
3232
`
3333

34-
35-
3634
const Tabs = ({ isRendered, changeIsRendered }: PricingBoxesProps) => (
3735
<div style={{
3836
display: 'flex',

0 commit comments

Comments
 (0)