Skip to content

Commit

Permalink
temp: navbar 너비 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alswlfl29 committed Jun 12, 2024
1 parent 46eb7eb commit 95bb59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Navbar = () => {
<Outlet />
</div>
<div
className={`bottom-0 z-20 flex items-end text-2xl w-full h-[100px] ${fixedList.includes(location.pathname) ? 'fixed' : 'sticky'} ${location.pathname == 'roadmap' && 'bg-hanaSky'}`}
className={`bottom-0 z-20 flex items-end text-2xl max-w-[500px] w-full h-[100px] ${fixedList.includes(location.pathname) ? 'fixed' : 'sticky'} ${location.pathname == 'roadmap' && 'bg-hanaSky'}`}
>
<div className='relative flex flex-row justify-around gap-40 items-center rounded-t-[25px] bg-white w-full drop-shadow-3xl py-5'>
<Link to={`${isExistToken ? '/alarm' : '/login'}`}>
Expand Down

0 comments on commit 95bb59c

Please sign in to comment.