Skip to content

Commit

Permalink
fix(header): remove padding-x of title when in middle screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 authored Jun 14, 2024
1 parent 2675cad commit 8555606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function Header() {
<div className="content-container m-auto flex items-center justify-between rounded-xl border border-neutral-200/50 bg-neutral-50/80 p-0 backdrop-blur-3xl transition-all dark:border-neutral-900 dark:bg-neutral-1000/80 md:px-5">
<Link
href="/"
className="px-4 py-3 font-handwrite text-2xl font-bold drop-shadow-lg"
className="px-4 py-3 font-handwrite text-2xl font-bold drop-shadow-lg md:px-0"
>
Mateus F.
</Link>
Expand Down

0 comments on commit 8555606

Please sign in to comment.