attempt to fix mobile bg not scaling

main
Crimson Tome 2021-10-29 02:06:49 +01:00 committed by GitHub
parent d118479a83
commit 6433d2fc82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -282,12 +282,16 @@ html, body {
width: 100%;
margin: 0;
padding: 0px;
background: linear-gradient(-45deg, #7FFFD4, #00FFFF, #6495ED, #008B8B);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
body {
/*body {
background: linear-gradient(-45deg, #7FFFD4, #00FFFF, #6495ED, #008B8B);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
}*/
@keyframes gradient {