Merge pull request #22869 from edx/adeel/prod_604_fix_footer_link

Fix footer link for wcag.
This commit is contained in:
adeel khan
2020-01-16 18:52:45 +05:00
committed by GitHub

View File

@@ -180,6 +180,9 @@ footer#footer-edx-v3 {
.copyright {
margin-top: 30px;
a {
text-decoration: underline !important;
}
@include margin-left(8px);
@include font-size(16);
@include line-height(24px);