mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 01:38:28 +00:00
Fixed Allignment is not Correct #181
This commit is contained in:
parent
651f984e52
commit
8a5d7fd2db
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ export const metadata = {
|
|||
|
||||
export default function RegisterPage() {
|
||||
return (
|
||||
<div className="container grid h-screen w-screen flex-col items-center justify-center lg:max-w-none lg:grid-cols-2 lg:px-0">
|
||||
<div className="container flex h-screen w-screen flex-col items-center justify-center">
|
||||
<Link
|
||||
href="/login"
|
||||
className={cn(
|
||||
|
|
@ -22,7 +22,7 @@ export default function RegisterPage() {
|
|||
>
|
||||
Login
|
||||
</Link>
|
||||
<div className="hidden h-full bg-muted lg:block" />
|
||||
<div className="hidden h-full bg-muted" />
|
||||
<div className="lg:p-8">
|
||||
<div className="mx-auto flex w-full flex-col justify-center space-y-6 sm:w-[350px]">
|
||||
<div className="flex flex-col space-y-2 text-center">
|
||||
|
|
|
|||
Loading…
Reference in a new issue