diff --git a/src/components/ProjectsSection.tsx b/src/components/ProjectsSection.tsx index 6bc6069..e398cb4 100644 --- a/src/components/ProjectsSection.tsx +++ b/src/components/ProjectsSection.tsx @@ -67,7 +67,7 @@ export function ProjectsSection() { className={`group relative p-6 bg-(--bg-surface) sketch-border-subtle cursor-pointer overflow-visible ${idx % 2 === 0 ? 'transform rotate-[0.5deg]' : 'transform -rotate-[0.5deg]'}`} > {project.ribbon && ( -