Skip to content

Commit

Permalink
update Page padding
Browse files Browse the repository at this point in the history
  • Loading branch information
eshark9312 committed Nov 8, 2023
1 parent f42d195 commit 122f273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/common/components/page/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export const Page = styled.div`

export const Screen = styled.div`
grid-area: page;
padding: 0 max(calc(50% - 575px), 0px);
padding: 0 max(calc(50% - 607px), 0px);
`

0 comments on commit 122f273

Please sign in to comment.