Skip to content

Commit

Permalink
fix: paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mi committed Apr 8, 2024
1 parent 8bc65b5 commit 779d39d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/extensions/components/registration/Registration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,6 @@ export const Registration = () => {
>
<Box
sx={{
pb: {
xs: '30px',
lg: '96px'
},
maxWidth: '560px !important',
width: '100%'
}}
Expand Down
1 change: 0 additions & 1 deletion src/extensions/components/stage/StageLayout.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
}

&__legalLinks {
padding-bottom: 96px;
justify-content: center;
}

Expand Down

0 comments on commit 779d39d

Please sign in to comment.