disable animated background on mobile view automatically

This commit is contained in:
Ruben 2025-11-13 22:11:45 -06:00
commit 81f6bf89b7
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583

View file

@ -47,6 +47,11 @@ bg-image {
width: 100% !important;
height: 100% !important;
z-index: -10000;
@media screen and (max-width: 60rem) {
display: none !important;
animation: unset !important;
}
}
content-wrapper {