@@ -366,6 +366,7 @@ main { position: relative; z-index: 1; }
padding: 2rem;
box-shadow: var(--card-shadow);
transition: transform 0.3s var(--ease), box-shadow 0.3s;
will-change: transform;
}
.project-card:hover { transform: translateY(-4px); box-shadow: var(--glow-orange); }
The note is not visible to the blocked user.