Skip to content

Commit

Permalink
fix: modified register confirmation function
Browse files Browse the repository at this point in the history
  • Loading branch information
hustle2live committed Oct 8, 2024
1 parent 73fef01 commit 27a125d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/components/auth/auth.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export const mauto20 = css`

export const absoluteLeft = css`
position: absolute;
left: 40%;
top: -100px;
left: 5%;
top: 5%;
`;

export const underline = css`
Expand Down

0 comments on commit 27a125d

Please sign in to comment.