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