Fixed Spacing Issues on Mobile for Homepage

This commit is contained in:
Ahmad 2024-02-24 20:16:11 -05:00
parent ed27724178
commit 35dc1cd4b5
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -15,7 +15,7 @@ export const Navbar = () => {
<Logo />
<div className='flex w-full items-center justify-between space-x-4 md:block md:w-auto'>
{!isSignedIn ? (
<div className='space-x-4'>
<div className='flex w-full justify-between space-x-4 md:block md:w-auto'>
<Button size='sm' variant='outline' asChild>
<Link href='sign-in'>Login</Link>
</Button>