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

Commit 2150f5d

Browse files
committed
Make the corners of the plan boxes round.
1 parent 58d7eb5 commit 2150f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/pricing/Plans.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const Styled = styled.div`
3535
padding: 2rem 4rem;
3636
background: ${colors.white};
3737
border: ${borders.light};
38+
border-radius: 3px;
3839
}
3940
4041
img {

0 commit comments

Comments
 (0)