Move work accent

This commit is contained in:
2026-03-22 18:07:42 +01:00
parent 4eb14e74a4
commit b5e6899188

View File

@@ -293,8 +293,8 @@ button {
} }
.section-head__accent--work { .section-head__accent--work {
top: -2.8rem; top: calc(-2.8rem - 40px);
left: -4.2rem; left: calc(-4.2rem - 70px);
width: clamp(88px, 10vw, 128px); width: clamp(88px, 10vw, 128px);
transform: none; transform: none;
} }