Skip to content

Commit

Permalink
Fix header removing fixed logo
Browse files Browse the repository at this point in the history
  • Loading branch information
damianmarti committed Jan 15, 2025
1 parent a1bf5b9 commit 6cd047e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import Image from "next/image";
*/
export const Header = () => {
return (
<header className="container mx-auto pb-24 md:pb-32 lg:pb-36 border-l border-r border-black">
<div className="fixed container z-10 mix-blend-difference p-6 lg:p-8">
<header className="container mx-auto border-l border-r border-black">
<div className="container z-10 mix-blend-difference p-6 lg:p-8">
<Image className="w-40 md:w-auto invert" src="client-logo.svg" alt="logo" width={260} height={78} />
</div>
{/* <div className="fixed container z-10 p-6 lg:p-8 flex justify-end">
Expand Down

0 comments on commit 6cd047e

Please sign in to comment.