https://tetra-apricot-49rc.squarespace.com/
Code: Svaneke
Hi
I´m trying to change a setting. The "Scale X" value under "shape & size" on the "surface" background animation on mobile only, but i dont know to target it correctly with css. The animation stretches across the viewport, which of course changes dramatically when switching from desktop to mobile, but the value stays the same.
I found a code that can remove the animation altogether - but id rather figure out how to target the "Scale X" value.
@media only screen and (max-width: 767px) {
section[data-section-id="643e8837c9b24875cf3a8a0a"] .section-background {
display:none;
}
}
I´ve never learned coding properly, but copy+paste I can manage 💩
All help is greatly appreciated.
Thanks