Skip to content

Commit 6515f02

Browse files
committed
chore: little less gap between stake panel and stats
1 parent 5ec43f9 commit 6515f02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/pages/Courts/CourtDetails/index.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ const StakePanelAndStats = styled.div`
7777
flex-direction: row;
7878
justify-content: space-between;
7979
margin-top: 24px;
80-
gap: 24px;
80+
gap: 16px;
8181
flex-wrap: wrap;
8282
8383
${landscapeStyle(
8484
() => css`
8585
& > * {
86-
flex: 1 1 calc(50% - 12px);
87-
max-width: calc(50% - 12px);
86+
flex: 1 1 calc(50% - 8px);
87+
max-width: calc(50% - 8px);
8888
}
8989
`
9090
)}

0 commit comments

Comments
 (0)