Public pages style fixes
This commit is contained in:
parent
e11575ff50
commit
02426697d7
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ const AuthLayout = () => {
|
|||
<div className='fixed h-screen w-full bg-gradient-to-tr from-primary-50 dark:from-slate-700 via-white dark:via-slate-900 to-cyan-50 dark:to-cyan-900' />
|
||||
|
||||
<main className='relative flex flex-col h-screen'>
|
||||
<header className='pt-10 flex justify-center relative'>
|
||||
<header className='py-10 flex justify-center relative'>
|
||||
<Link to='/' className='cursor-pointer'>
|
||||
{logo ? (
|
||||
<img src={logo} alt={siteTitle} className='h-7' />
|
||||
|
@ -37,8 +37,8 @@ const AuthLayout = () => {
|
|||
</Link>
|
||||
</header>
|
||||
|
||||
<div className='-mt-10 flex flex-col justify-center items-center h-full'>
|
||||
<div className='sm:mx-auto w-full sm:max-w-lg md:max-w-2xl'>
|
||||
<div className='flex flex-col justify-center items-center'>
|
||||
<div className='pb-10 sm:mx-auto w-full sm:max-w-lg md:max-w-2xl'>
|
||||
<Card variant='rounded' size='xl'>
|
||||
<CardBody>
|
||||
<Switch>
|
||||
|
|
|
@ -71,7 +71,7 @@ const Header = () => {
|
|||
<header>
|
||||
<nav className='max-w-7xl mx-auto px-4 sm:px-6 lg:px-8' aria-label='Header'>
|
||||
<div className='w-full py-6 flex items-center justify-between border-b border-indigo-500 lg:border-none'>
|
||||
<div className='flex items-center justify-center relative w-36'>
|
||||
<div className='flex items-center sm:justify-center relative w-36'>
|
||||
<div className='hidden sm:block absolute z-0 -top-24 -left-6'>
|
||||
<Sonar />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue