Skip to content

Commit

Permalink
Fix padding on small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed May 31, 2024
1 parent d22c52e commit 082a872
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/pages/FiatOnrampPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ function Layout(props: { children?: React.ReactNode }) {
background="background-front"
pad="medium"
alignSelf="center"
width="601px" // Transak threshold for >mobile layout
style={{ boxSizing: 'content-box' }}
width="651px" // Padding + Transak threshold for >mobile layout
>
<Header>{t('fiatOnramp.header', 'Buy ROSE')}</Header>

Expand Down

0 comments on commit 082a872

Please sign in to comment.