mirror of https://github.com/docker/docs.git
Fixing a typo. (#4613)
Even though webkit-animation is overridden by animation property, thought of fixing the typo.
This commit is contained in:
parent
ba9086c0a4
commit
c3dd3ca01b
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
animation: gradientswitch 80s infinite;
|
animation: gradientswitch 80s infinite;
|
||||||
-webkit-animation: gradientswitch 80 sinfinite;
|
-webkit-animation: gradientswitch 80s infinite;
|
||||||
height: $global-header-height;
|
height: $global-header-height;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Reference in New Issue