Adjust hero scribble

This commit is contained in:
2026-03-25 16:22:53 +01:00
parent 35b3b6930f
commit 87dea6a3a4

View File

@@ -160,9 +160,9 @@ button {
} }
.hero__scribble--composite { .hero__scribble--composite {
width: clamp(420px, 35vw, 560px); width: clamp(336px, 28vw, 448px);
top: -6.2rem; top: -6.2rem;
left: 11rem; left: calc(11rem + 50px);
} }
.hero__media { .hero__media {