fix: adjust padding in HeaderBase for landing page (#563)

This commit is contained in:
David
2025-08-19 23:23:19 +02:00
committed by GitHub
parent 756a7c7caa
commit f750c45765
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export function Header() {
return (
<div className="sticky top-4 z-50 mx-4 md:mx-0">
<HeaderBase
className="bg-background border rounded-2xl max-w-3xl mx-auto mt-4 pl-4 pr-[14px]"
className="bg-background border rounded-2xl max-w-3xl mx-auto mt-4 pl-4 pr-[11px]"
leftContent={leftContent}
rightContent={rightContent}
/>