Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export default function Layout({ children }: { children: ReactNode }) {
<div className="relative w-full">
<div className="sticky top-0 -z-10 w-full">
<div className="absolute w-full h-64 max-h-screen">
<div className="flex flex-1 justify-center">
<div className="absolute blur-xl opacity-75 bg-gradient-to-b from-orange-700 w-full -top-40 h-96 to-transparent" />
</div>
<div className="flex flex-1 h-full mt-10 justify-end lg:mx-auto max-w-3xl">
{/* <div className="flex flex-1 justify-center"> */}
{/* <div className="absolute blur-xl opacity-75 bg-gradient-to-b from-orange-700 w-full -top-40 h-96 to-transparent" /> */}
{/* </div> */}
<div className="flex flex-1 h-full mt-10 justify-end lg:mx-auto max-w-3xl opacity-75">
<Image
src="/shield.svg"
alt="Shield"
Expand Down
Loading
Loading