From 581438c59f3c1885a520ccc8bdc01bfb022fe9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 25 Mar 2026 16:24:04 +0100 Subject: [PATCH] Reset hero scribble y --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 1a56566..dc764cf 100644 --- a/styles.css +++ b/styles.css @@ -161,7 +161,7 @@ button { .hero__scribble--composite { width: clamp(336px, 28vw, 448px); - top: calc(-6.2rem + 20px); + top: -6.2rem; left: calc(11rem + 50px); }