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

Commit 800011c

Browse files
committed
[pricing]: Plans add a bit more space at the top of the boxes.
1 parent b4e4cba commit 800011c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pricing/Plans.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const Styled = styled.div`
3434
flex-direction: column;
3535
justify-content: space-between;
3636
flex: 0 0 45%;
37-
padding: 2rem 4rem;
37+
padding: 4rem 4rem 2rem;
3838
background: ${colors.white};
3939
border: ${borders.light};
4040
border-radius: 3px;

0 commit comments

Comments
 (0)