fix: frogs are not walking on titles on mobile
This commit is contained in:
parent
1c8a92bddf
commit
ea458767f0
|
|
@ -43,10 +43,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media ($mobile-breakpoint) {
|
@media ($mobile-breakpoint) {
|
||||||
margin-top: 75px;
|
margin-top: 70px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
top: -75px;
|
top: -70px;
|
||||||
left: calc(var(--picture-offset) * 0.8);
|
left: calc(var(--picture-offset) * 0.8);
|
||||||
|
|
||||||
width: 90px;
|
width: 90px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue