closes #19
All checks were successful
Deploy / Deploy to Production (push) Successful in 18s

This commit is contained in:
isUnknown 2026-03-21 13:16:32 +01:00
parent 4538392003
commit 008fc41823

View file

@ -281,7 +281,7 @@
} }
.portfolio-nav-item:not(:last-child) { .portfolio-nav-item:not(:last-child) {
margin-bottom: 1rem; margin-bottom: 1.5rem;
} }
.portfolio-nav-item button { .portfolio-nav-item button {
@ -291,8 +291,7 @@
background: none; background: none;
border: none; border: none;
cursor: pointer; cursor: pointer;
transform: scale(0.85); transform: scale(1.25);
opacity: 0.5;
transition: transform 0.6s var(--ease-standard), opacity 0.6s var(--ease-standard); transition: transform 0.6s var(--ease-standard), opacity 0.6s var(--ease-standard);
} }
@ -301,7 +300,7 @@
} }
.portfolio-nav-item.active button { .portfolio-nav-item.active button {
transform: scale(1.5) translateX(-20%); transform: scale(1.75);
opacity: 1; opacity: 1;
} }