update: Mise à jour en fond bg-sky-50
This commit is contained in:
@@ -20,10 +20,10 @@ export default function About() {
|
|||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
id="about"
|
id="about"
|
||||||
className="py-20 bg-slate-50 relative overflow-hidden"
|
className="py-20 bg-sky-50 relative overflow-hidden"
|
||||||
>
|
>
|
||||||
{/* Grid Background subtil */}
|
{/* Grid Background subtil */}
|
||||||
<div className="absolute inset-0 bg-grid-slate-200/50 mask-[linear-gradient(to_bottom,white,transparent)]"></div>
|
<div className="absolute inset-0 bg-grid-slate-400/50 mask-[linear-gradient(to_bottom,white,transparent)]"></div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
ref={ref}
|
ref={ref}
|
||||||
|
|||||||
Reference in New Issue
Block a user