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

Commit c41cbcd

Browse files
committed
[pricing] reduce the spacing below the special use cases heading.
1 parent 800011c commit c41cbcd

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/components/pricing/Plans.tsx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ProfessionalBadge from '../../resources/open-source-badge-grey.svg'
99

1010
const Styled = styled.div`
1111
padding: 5rem 0;
12-
12+
1313
h2 {
1414
text-align: center;
1515
}
@@ -19,7 +19,7 @@ const Styled = styled.div`
1919
justify-content: space-around;
2020
max-width: 900px;
2121
margin: 0 auto;
22-
padding: 5rem 0;
22+
padding: 2rem 0 5rem;
2323
2424
@media(max-width: ${sizes.breakpoints.md}) {
2525
flex-direction: column;
@@ -46,14 +46,6 @@ const Styled = styled.div`
4646
margin-bottom: 3rem;
4747
}
4848
49-
h2 {
50-
margin-bottom: 3rem;
51-
}
52-
53-
h2 + p {
54-
margin: 0;
55-
}
56-
5749
p:last-of-type {
5850
margin-bottom: 3rem;
5951
}

0 commit comments

Comments
 (0)