Skip to content

Commit

Permalink
Update Nav.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Apr 28, 2023
1 parent 5056bda commit 249481e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const Nav: React.FC = () => {
const router = useRouter();
return (
<div className="bg-white border-b border-gray-200">
<div className="container mx-auto">
<div className="container px-4 lg:px-6 mx-auto">
<div className="grid grid-cols-1 md:grid-cols-12 md:gap-8">
<div className="md:col-span-3 flex items-center justify-between h-16">
<div>
Expand Down

0 comments on commit 249481e

Please sign in to comment.