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

Commit 4625ee9

Browse files
committed
adjust the special case boxes.
1 parent 7d59ede commit 4625ee9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/pricing/Plans.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ const Styled = styled.div`
1616
1717
.links {
1818
display: flex;
19-
justify-content: space-between;
19+
justify-content: space-around;
20+
max-width: 900px;
21+
margin: 0 auto;
2022
padding: 5rem 0;
2123
2224
@media(max-width: ${sizes.breakpoints.md}) {

0 commit comments

Comments
 (0)