Commit 95054e1a by Douglas Hall

Merge pull request #12649 from edx/ibrahimahmed443/MAYN-280-explore-new-courses-button-fix

fix 'explore new courses' button overlap issue
parents ab75b402 0a84b65d
......@@ -39,7 +39,7 @@
}
a {
@include font-size(16);
@include line-height(1.2);
@include line-height(17);
padding: $baseline * 0.5;
border: 1px solid $blue;
color: $blue;
......@@ -281,6 +281,7 @@
.my-courses {
@include float(left);
margin: 0;
margin-bottom: $baseline * 2;
width: flex-grid(9);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment