Skip to content

Commit

Permalink
[FIX]: Login Form Layout (#239)
Browse files Browse the repository at this point in the history
fix: login form layout
  • Loading branch information
r-dmatos authored Jun 20, 2022
1 parent e73c2b9 commit 5170c42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/styles/pages/auth.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import Flex from 'components/Primitives/Flex';

const CenteredContainer = styled('div', {
position: 'absolute',
top: '50%',
top: '150px',
right: '150px',
transform: 'translateY(-50%)',
maxWidth: '500px',
height: 'fit-content',
display: 'flex',
Expand Down

0 comments on commit 5170c42

Please sign in to comment.