Skip to content

Commit

Permalink
Fix auth view
Browse files Browse the repository at this point in the history
  • Loading branch information
dabigjoe6 committed Aug 27, 2023
1 parent af47986 commit 7d4f11d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/auth/components/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const Wrapper = styled.div`
width: 90%;
max-width: 400px;
align-items: center;
min-height: 100vh;
justify-content: center;
`;

const Logo = styled.img`
Expand Down

0 comments on commit 7d4f11d

Please sign in to comment.