Skip to content

Commit

Permalink
Merge pull request #62 from ETLOnline/issue-51-authentication-pages-r…
Browse files Browse the repository at this point in the history
…esponsive

issue-51 authentication page responsiveness
  • Loading branch information
usama-tariq1 authored Jan 13, 2025
2 parents 64ecc03 + cbf4c14 commit e961c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(authentication)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const Authticationlayout = ({ children }: { children: ReactNode }) => {
<div className='w-full fixed md:relative md:w-1/2 '>
<Image width={500} height={500} className='w-full object-cover h-screen md:h-full md:fixed md:top-0 md:w-1/2' src="/images/home/image.jpg" alt="signup-image" />
</div>
<div className='absolute w-full h-full flex justify-around md:grid grid-cols-12 md:w-1/2 md:relative '>
<div className='col-start-2 col-span-8 md:col-start-2 md:col-span-10 flex justify-center items-center h-full' >
<div className='absolute w-full h-screen flex justify-center md:grid grid-cols-12 md:w-1/2 md:relative'>
<div className='col-start-2 col-span-8 md:col-start-2 md:col-span-10 flex flex-wrap items-center h-full w-full justify-center'>
{children}
</div>
</div>
Expand Down

0 comments on commit e961c7b

Please sign in to comment.