We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cd388 commit b02432fCopy full SHA for b02432f
web/src/pages/Dashboard/Courts/CourtCard/index.tsx
@@ -15,17 +15,17 @@ const Container = styled(_Card)`
15
justify-content: space-between;
16
height: auto;
17
width: 100%;
18
- padding: 21px 24px 25px 19px;
+ padding: 21px 20px 25px 20px;
19
border-left: 5px solid ${({ theme }) => theme.secondaryPurple};
20
flex-wrap: wrap;
21
- gap: 24px;
+ gap: 20px;
22
23
${({ theme }) => (theme.name === "light" ? `box-shadow: 0px 2px 3px 0px ${theme.stroke};` : "")}
24
25
${landscapeStyle(
26
() =>
27
css`
28
- padding: 21.5px 32px 21.5px 27px;
+ padding: 21.5px 32px;
29
`
30
)}
31
`;
0 commit comments