Skip to content

Commit

Permalink
misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTK7 committed Jun 16, 2024
1 parent fda1013 commit dd1dab6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const PageLayout = (props: PropsWithChildren) => {

<div className="flex flex-col min-h-screen">
<nav className="bg-slate-200">
<div className="mx-auto max-w-7xl px-2 lg:px-8">
<div className="mx-auto px-2 lg:px-8">
<div className="relative flex h-16 items-center justify-between">
<div className="flex flex-1 items-center justify-start sm:items-stretch space-x-4">
<div className="flex flex-shrink-0 items-center">
Expand Down

0 comments on commit dd1dab6

Please sign in to comment.