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:
parent
ad23371fdd
commit
af45e235d5
@ -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="/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user