Skip to content

Commit

Permalink
feat(frontend): fix up login page ui
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdeman committed Oct 28, 2024
1 parent 7c608c2 commit 481fd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/auth/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export const LoginPage: FC = () => {

return (
<Container className="justify-center items-center">
<div className={twMerge(BASE_CARD_CLASS, "w-fit h-fit")}>
<div className="w-fit h-fit">
<div className="flex flex-col justify-between grow gap-4">
<div className="flex grow">
<div className="flex flex-col gap-4 grow w-[350px]">
Expand Down

0 comments on commit 481fd4d

Please sign in to comment.