From ea458767f06b7deccfe68701893b17b7b7055116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Thu, 23 May 2024 00:37:29 +0200 Subject: [PATCH] fix: frogs are not walking on titles on mobile --- src/lib/section.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/section.scss b/src/lib/section.scss index 2a31a1e..ceac9a5 100644 --- a/src/lib/section.scss +++ b/src/lib/section.scss @@ -43,10 +43,10 @@ } @media ($mobile-breakpoint) { - margin-top: 75px; + margin-top: 70px; &::before { - top: -75px; + top: -70px; left: calc(var(--picture-offset) * 0.8); width: 90px;