Move header padding left

Adjusted Header container by removing max-w constraint and aligning content with edge padding, effectively moving the Sortment and Abonnemang buttons closer to the right edge.

X-Lovable-Edit-ID: edt-6098bc6f-8d68-4193-ae42-3518f3a47aee
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:52:09 +00:00
+1 -1
View File
@@ -1,7 +1,7 @@
const Header = () => { const Header = () => {
return ( return (
<header className="fixed top-0 left-0 right-0 z-50 bg-background/95 backdrop-blur-sm border-b border-border"> <header className="fixed top-0 left-0 right-0 z-50 bg-background/95 backdrop-blur-sm border-b border-border">
<div className="max-w-6xl mx-auto px-6 py-4 flex items-center justify-end"> <div className="px-6 py-4 flex items-center justify-end">
<nav className="hidden md:flex items-center gap-4 text-sm"> <nav className="hidden md:flex items-center gap-4 text-sm">
<a href="#gallery" className="border-2 border-primary text-primary px-4 py-2 rounded-sm hover:bg-primary hover:text-primary-foreground transition-colors"> <a href="#gallery" className="border-2 border-primary text-primary px-4 py-2 rounded-sm hover:bg-primary hover:text-primary-foreground transition-colors">