BUGFIX: don't need background size 200% for height

This commit is contained in:
Jeroen De Meerleer 2021-10-18 12:28:54 +02:00
parent ce2d9b578b
commit 45a58581a0
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ body {
-moz-animation: background 2s linear infinite;
animation: background 2s linear infinite;
background: linear-gradient(to right, red, orange, yellow, green, aqua, blue, violet, red, orange, yellow, green, aqua, blue, violet, red);
background-size: 200% 200%;
background-size: 200% 100%;
font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', cursive;
@-webkit-keyframes background {