diff --git a/lms/static/sass/shared/_footer.scss b/lms/static/sass/shared/_footer.scss index 16bc50187f..e29332d493 100644 --- a/lms/static/sass/shared/_footer.scss +++ b/lms/static/sass/shared/_footer.scss @@ -138,7 +138,7 @@ display: inline-block; font-size: em(11); - &:not(:first-child) a::before { + &:not(:first-child)::before { margin-right: ($baseline/4); content: "-"; }