Skip to content

Commit b02432f

Browse files
committed
fix: padding tweaks
1 parent 13cd388 commit b02432f

File tree

1 file changed

+3
-3
lines changed
  • web/src/pages/Dashboard/Courts/CourtCard

1 file changed

+3
-3
lines changed

web/src/pages/Dashboard/Courts/CourtCard/index.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ const Container = styled(_Card)`
1515
justify-content: space-between;
1616
height: auto;
1717
width: 100%;
18-
padding: 21px 24px 25px 19px;
18+
padding: 21px 20px 25px 20px;
1919
border-left: 5px solid ${({ theme }) => theme.secondaryPurple};
2020
flex-wrap: wrap;
21-
gap: 24px;
21+
gap: 20px;
2222
2323
${({ theme }) => (theme.name === "light" ? `box-shadow: 0px 2px 3px 0px ${theme.stroke};` : "")}
2424
2525
${landscapeStyle(
2626
() =>
2727
css`
28-
padding: 21.5px 32px 21.5px 27px;
28+
padding: 21.5px 32px;
2929
`
3030
)}
3131
`;

0 commit comments

Comments
 (0)