🐐 Adding more projects

This commit is contained in:
Nikolaj
2026-04-09 11:06:28 +02:00
parent 5fdde7257d
commit 7fbeb946e0
2 changed files with 53 additions and 0 deletions

View File

@@ -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); }