Skip to content

Commit

Permalink
chore: little less gap between stake panel and stats
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Dec 11, 2024
1 parent 5ec43f9 commit 6515f02
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: 24px;
gap: 16px;
flex-wrap: wrap;
${landscapeStyle(
() => css`
& > * {
flex: 1 1 calc(50% - 12px);
max-width: calc(50% - 12px);
flex: 1 1 calc(50% - 8px);
max-width: calc(50% - 8px);
}
`
)}
Expand Down

0 comments on commit 6515f02

Please sign in to comment.