Skip to content

Commit

Permalink
Fix openedx/tutor footer right alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Dec 17, 2020
1 parent a696b39 commit 7b7e32c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions theme/lms/static/sass/partials/lms/theme/_extras.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,12 @@ nav.wrapper-preview-menu {
.nav-legal ul {
display: inline-block;
}
footer#footer-openedx .footer-about-openedx a {
float: none;
footer#footer-openedx .footer-about-openedx {
a {
float: none;
}
p {
text-align: right;
}
}
}

0 comments on commit 7b7e32c

Please sign in to comment.