mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
feat(www): graphic changes
This commit is contained in:
parent
96097a7b00
commit
852eaf04d7
3 changed files with 70 additions and 123 deletions
|
|
@ -15,7 +15,7 @@ export function UnlockPotentialSection({
|
|||
|
||||
return (
|
||||
<section
|
||||
className={`relative py-24 px-6 lg:px-[102px] ${backgroundClass} ${className}`}
|
||||
className={`relative py-24 px-6 lg:px-[102px]`} style={{ background: "linear-gradient(to top right, #ffffff, #dcdfff)" }}
|
||||
>
|
||||
<div className="max-w-[81rem] mx-auto">
|
||||
<div className="max-w-4xl">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue