Skip to content

Commit

Permalink
fix: navbar full width
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wicki committed Sep 9, 2021
1 parent e2c4be8 commit cff5068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/packages/app/web/src/components/ui/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Navbar = () => {
<Disclosure as='nav' className='bg-gray-800 relative z-10'>
{({ open }) => (
<>
<div className='max-w-7xl mx-auto px-2 sm:px-6 lg:px-8 xl:px-0'>
<div className='mx-auto px-3 sm:px-6 lg:px-8 xl:px-0'>
<div className='relative flex items-center justify-between h-16'>
<div className='absolute inset-y-0 left-0 flex items-center sm:hidden'>
{/* mobile menu button */}
Expand Down

0 comments on commit cff5068

Please sign in to comment.