Skip to content

Commit 96ffa14

Browse files
committed
fix(css): increase card separator spacing
1 parent 45d8484 commit 96ffa14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/Home/Translators.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,10 @@ const CardBody = styled(Typography.Text)`
108108
`;
109109

110110
const CardSeparator = styled.hr`
111+
margin: 16px 0;
111112
width: 30%;
112113
height: 0px;
114+
background-color: ${props => props.theme.color.landing.secondary};
113115
border-color: ${props => props.theme.color.landing.secondary};
114116
border-style: solid;
115117
border-width: 3px;

0 commit comments

Comments
 (0)