attempt to fix mobile bg not scaling
parent
d118479a83
commit
6433d2fc82
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue