diff --git a/lms/static/sass/shared/_footer-edx.scss b/lms/static/sass/shared/_footer-edx.scss index 80f986d9b7..c45476f6fc 100644 --- a/lms/static/sass/shared/_footer-edx.scss +++ b/lms/static/sass/shared/_footer-edx.scss @@ -83,6 +83,15 @@ footer#footer-edx-v3 { width: 100%; } } + + .social-media-links, + .mobile-app-links { + @extend %ui-no-list; + + .list-item { + display: inline-block; + } + } .mobile-app-links { @include clearfix(); diff --git a/themes/edx.org/lms/templates/footer.html b/themes/edx.org/lms/templates/footer.html index 5a449ab561..e6b1a09ec4 100644 --- a/themes/edx.org/lms/templates/footer.html +++ b/themes/edx.org/lms/templates/footer.html @@ -52,22 +52,26 @@
@@ -91,4 +95,3 @@ % if footer_js_url: % endif -