File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/auth/variants/DefaultAuthLayout Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function Default(props: { maincard: JSX.Element }) {
55 const { maincard } = props ;
66 return (
77 < div className = "relative flex" >
8- < 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:h-[100vh] xl:max-w-[1383px] xl:px-0 xl:pl-[70px]" >
8+ < 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]" >
99 < 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" >
1010 < NavLink href = "/admin" className = "mt-0 w-max lg:pt-10" >
1111 < div className = "mx-auto flex h-fit w-fit items-center hover:cursor-pointer" >
You can’t perform that action at this time.
0 commit comments