Commit f91da141 by Renzo Lucioni Committed by GitHub

Merge pull request #12937 from edx/renzo/detail-page-touchups

Program detail page touchups
parents bc990d5d af1c5602
.course-card { .course-card {
@include span(10); width: 85%;
margin-left: $baseline*2; margin: {
margin-bottom: $baseline; left: auto;
right: auto;
bottom: $baseline;
}
padding: $baseline/2 0; padding: $baseline/2 0;
.section { .section {
......
...@@ -26,10 +26,11 @@ ...@@ -26,10 +26,11 @@
background: palette(grayscale, white-t); background: palette(grayscale, white-t);
opacity: 0.7; opacity: 0.7;
left: 0; left: 0;
padding: 20px;
} }
.org-logo { .org-logo {
height: 80px; height: 50px;
} }
.breadcrumb-wrapper { .breadcrumb-wrapper {
......
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