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

Program detail page touchups
This commit is contained in:
Renzo Lucioni
2016-07-05 23:12:04 -04:00
committed by GitHub
2 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,10 @@
.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 {

View File

@@ -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 {