Skip to content

Commit

Permalink
chore: slight gap adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Dec 11, 2024
1 parent 6515f02 commit e934b3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/pages/Courts/CourtDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ const StakePanelAndStats = styled.div`
flex-direction: row;
justify-content: space-between;
margin-top: 24px;
gap: 16px;
gap: 20px;
flex-wrap: wrap;
${landscapeStyle(
() => css`
& > * {
flex: 1 1 calc(50% - 8px);
max-width: calc(50% - 8px);
flex: 1 1 calc(50% - 10px);
max-width: calc(50% - 10px);
}
`
)}
Expand Down

0 comments on commit e934b3a

Please sign in to comment.