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
d2d6b47fd0
commit
fdd357e46e
@ -128,7 +128,7 @@ export function Navigation() {
|
|||||||
: "bg-transparent backdrop-blur-none opacity-100",
|
: "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">
|
<div className="flex items-center justify-between h-20">
|
||||||
<Link
|
<Link
|
||||||
href="/"
|
href="/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user