Cleanly separate hero color fields
This commit is contained in:
@@ -93,12 +93,11 @@ const CanvaLanding = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside className="relative flex min-h-[520px] flex-col justify-between bg-primary px-5 py-5 text-primary-foreground sm:px-8 lg:px-12">
|
||||
<aside className="relative flex min-h-[520px] flex-col justify-between border-t border-primary-foreground/25 bg-primary px-5 py-5 text-primary-foreground sm:px-8 lg:border-l lg:border-t-0 lg:px-12">
|
||||
<div className="flex items-start justify-between border-b border-primary-foreground/30 pb-5 text-xs uppercase tracking-[0.28em]">
|
||||
<span>Creative Direction</span>
|
||||
<span>2026</span>
|
||||
</div>
|
||||
<div className="absolute left-0 top-28 h-28 w-28 bg-background" />
|
||||
<div className="absolute bottom-32 right-10 h-36 w-36 border border-primary-foreground/35" />
|
||||
<div className="relative mt-28 max-w-xl">
|
||||
<p className="text-[clamp(4rem,10vw,9rem)] font-black uppercase leading-[0.75] tracking-normal">
|
||||
|
||||
Reference in New Issue
Block a user