Skip to content

Commit

Permalink
chore(client): update auth page layout and login page
Browse files Browse the repository at this point in the history
  • Loading branch information
lareii committed Sep 16, 2024
1 parent c63e66f commit ae378f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/app/(auth)/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Layout({ children }) {
transition={{ ease: 'easeInOut', duration: 0.3 }}
>
<div className='h-screen flex justify-center md:items-center md:p-5'>
<div className='rounded-[var(--radius)] h-96 w-[50rem] flex flex-col p-10 max-md:gap-y-10 md:bg-zinc-100 md:bg-zinc-900 max-md:border-0'>
<div className='rounded-[var(--radius)] h-fit w-[50rem] flex flex-col p-10 max-md:gap-y-10 md:bg-zinc-100 md:bg-zinc-900 max-md:border-0'>
<Image
src='/copluk.svg'
alt='copl.uk logo'
Expand Down
2 changes: 1 addition & 1 deletion client/app/(auth)/login/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function Page() {
<Form {...form}>
<form
onSubmit={form.handleSubmit(onSubmit)}
className='basis-1/2 flex flex-col justify-center gap-y-5 w-full h-full'
className='basis-1/2 py-10 flex flex-col justify-center gap-y-5 w-full h-full'
>
<div className='flex flex-col gap-y-2'>
<FormField
Expand Down

0 comments on commit ae378f2

Please sign in to comment.