Skip to content

Commit e934b3a

Browse files
committed
chore: slight gap adjustment
1 parent 6515f02 commit e934b3a

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: 16px;
80+
gap: 20px;
8181
flex-wrap: wrap;
8282
8383
${landscapeStyle(
8484
() => css`
8585
& > * {
86-
flex: 1 1 calc(50% - 8px);
87-
max-width: calc(50% - 8px);
86+
flex: 1 1 calc(50% - 10px);
87+
max-width: calc(50% - 10px);
8888
}
8989
`
9090
)}

0 commit comments

Comments
 (0)