Skip to content

Commit

Permalink
Merge pull request #9 from mananpatel06/main
Browse files Browse the repository at this point in the history
Fixed [UI Bug] Sign-in page
  • Loading branch information
simmmpleweb authored Aug 23, 2024
2 parents 3b920b5 + f7565f5 commit 86a5c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/auth/variants/DefaultAuthLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Default(props: { maincard: JSX.Element }) {
const { maincard } = props;
return (
<div className="relative flex">
<div className="mx-auto flex min-h-full w-full flex-col justify-start pt-12 md:max-w-[75%] lg:h-screen lg:max-w-[1013px] lg:px-8 lg:pt-0 xl:h-[100vh] xl:max-w-[1383px] xl:px-0 xl:pl-[70px]">
<div className="mx-auto flex min-h-full w-full flex-col justify-start pt-12 md:max-w-[75%] lg:max-w-[1013px] lg:px-8 lg:pt-0 xl:min-h-[100vh] xl:max-w-[1383px] xl:px-0 xl:pl-[70px]">
<div className="mb-auto flex flex-col pl-5 pr-5 md:pl-12 md:pr-0 lg:max-w-[48%] lg:pl-0 xl:max-w-full">
<NavLink href="/admin" className="mt-0 w-max lg:pt-10">
<div className="mx-auto flex h-fit w-fit items-center hover:cursor-pointer">
Expand Down

0 comments on commit 86a5c1d

Please sign in to comment.