Skip to content

Commit

Permalink
refactor: makes indigo glow bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 18, 2024
1 parent b0cc891 commit 4503065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(marketing)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Navbar } from './_components/navbar';
export default function RootLayout({ children }: PropsWithChildren) {
return (
<main>
<div className="absolute left-0 top-0 z-[-1] h-36 w-full bg-gradient-to-b from-indigo-subtle to-background" />
<div className="absolute left-0 top-0 z-[-1] h-56 w-full bg-gradient-to-b from-indigo-subtle to-background" />
<Navbar />
<div className="container">{children}</div>
</main>
Expand Down

0 comments on commit 4503065

Please sign in to comment.