feat(artists): redesign Artists section to minimal masonry layout with tighter spacing, smaller radii, lighter overlays; widen container to max-w-[1800px] and adjusted paddings\nstyle(nav): match container width and paddings to max-w-[1800px] px-6 lg:px-10 for consistency

This commit is contained in:
Nicholai 2025-10-07 16:27:31 -06:00
parent ad23371fdd
commit af45e235d5

View File

@ -128,7 +128,7 @@ export function Navigation() {
: "bg-transparent backdrop-blur-none opacity-100",
)}
>
<div className="max-w-screen-2xl mx-auto px-6 lg:px-12">
<div className="max-w-[1800px] mx-auto px-6 lg:px-10">
<div className="flex items-center justify-between h-20">
<Link
href="/"