fix: frogs are not walking on titles on mobile

This commit is contained in:
Corentin 2024-05-23 00:37:29 +02:00
parent 1c8a92bddf
commit ea458767f0
1 changed files with 2 additions and 2 deletions

View File

@ -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;