refactor(SignIn): update layout and styling for sign-in page
- Modified the layout of the SignIn component to improve responsiveness and visual appeal. - Adjusted the container classes for better alignment and spacing across different screen sizes.
This commit is contained in:
@@ -7,8 +7,8 @@ export const metadata: Metadata = {
|
||||
|
||||
export default function SignIn() {
|
||||
return (
|
||||
<div className="flex h-svh flex-col items-center justify-center">
|
||||
<div className="shadow-3xl px-8 m-auto flex w-4/12 flex-col items-center justify-center rounded-2xl bg-white dark:bg-gray-dark dark:shadow-card">
|
||||
<div className="flex min-h-svh w-full flex-col items-center justify-center px-4 py-8 sm:px-6 sm:py-10">
|
||||
<div className="shadow-3xl m-auto flex w-full max-w-[26rem] flex-col items-center justify-center rounded-2xl bg-white px-4 dark:bg-gray-dark dark:shadow-card sm:max-w-md sm:px-8 md:max-w-lg lg:max-w-xl xl:w-4/12 xl:max-w-none">
|
||||
<div className="relative flex w-full flex-wrap items-center justify-center">
|
||||
<div className="w-full">
|
||||
<div className="w-full p-4 sm:p-12.5 xl:p-15">
|
||||
|
||||
Reference in New Issue
Block a user