diff --git a/lms/static/sass/shared/_footer-edx.scss b/lms/static/sass/shared/_footer-edx.scss index 162ada538d..1ef6d748d2 100644 --- a/lms/static/sass/shared/_footer-edx.scss +++ b/lms/static/sass/shared/_footer-edx.scss @@ -35,7 +35,7 @@ footer#footer-edx-v3 { .site-nav, .legal-notices { - a { + li { @include font-size(14); @include line-height(14); @include margin-right(20px); @@ -83,7 +83,9 @@ footer#footer-edx-v3 { width: 100%; } } - + + .about-links, + .legal-links, .social-media-links, .mobile-app-links { @extend %ui-no-list; diff --git a/themes/edx.org/lms/templates/footer.html b/themes/edx.org/lms/templates/footer.html index c849aa451a..25d26c3d2d 100644 --- a/themes/edx.org/lms/templates/footer.html +++ b/themes/edx.org/lms/templates/footer.html @@ -27,14 +27,22 @@