From c3dd3ca01b088e86b175e0f5cc3e7625c55f6040 Mon Sep 17 00:00:00 2001 From: Nitesh Kumar Anand Date: Wed, 13 Sep 2017 18:52:03 -0500 Subject: [PATCH] Fixing a typo. (#4613) Even though webkit-animation is overridden by animation property, thought of fixing the typo. --- _scss/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scss/_layout.scss b/_scss/_layout.scss index 74d10141d5..6dfe386ee3 100755 --- a/_scss/_layout.scss +++ b/_scss/_layout.scss @@ -23,7 +23,7 @@ .header { animation: gradientswitch 80s infinite; - -webkit-animation: gradientswitch 80 sinfinite; + -webkit-animation: gradientswitch 80s infinite; height: $global-header-height; position: relative; z-index: 1;