fix: remove header inner padding px-0
Docker Build / Build and Push Docker Image (push) Successful in 4m18s

This commit is contained in:
2026-06-14 20:35:15 +08:00
parent 719d06ecd6
commit 6faf989549
@@ -146,7 +146,7 @@ export function PublicHeader() {
: 'bg-background border-border'
)}
>
<div className='mx-auto flex w-full max-w-6xl items-center justify-between px-4'>
<div className='mx-auto flex w-full max-w-6xl items-center justify-between'>
{/* Logo */}
<Link
to={homeUrl}