Skip to content

Commit

Permalink
fix: #2741 Increase liquidity form off center (#2746)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrochta authored Nov 5, 2021
1 parent cf4c26a commit ab93d51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/AppBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export const BodyWrapper = styled.main<{ margin?: string; maxWidth?: string }>`
0px 24px 32px rgba(0, 0, 0, 0.01);
border-radius: 24px;
margin-top: 1rem;
margin-left: auto;
margin-right: auto;
z-index: ${Z_INDEX.deprecated_content};
`

Expand Down

0 comments on commit ab93d51

Please sign in to comment.