Skip to content

Commit

Permalink
Merge pull request #133 from mateopresacastro/dev
Browse files Browse the repository at this point in the history
fix: margin
  • Loading branch information
mateopresacastro authored Jan 3, 2025
2 parents 62de773 + 1313e70 commit 1b0bcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Header() {
return (
<header className="fixed w-full max-w-[160rem] inset-0 mx-auto h-fit flex items-center justify-center z-50 ">
<div className="flex items-center justify-between py-3 sm:py-6 w-full backdrop-blur-3xl px-6 lg:px-10 2xl:px-16 bg-neutral-950/80 border-b border-neutral-900">
<div className="flex items-baseline justify-center space-x-10 text-sm tracking-wide">
<div className="flex items-baseline justify-center space-x-10 text-sm tracking-wide mr-4 sm:mr-0">
<Link href="/" prefetch={true}>
<h1 className="text-xl tracking-normal">noos</h1>
</Link>
Expand Down

0 comments on commit 1b0bcda

Please sign in to comment.