Program detail page touchups

Center cards and add padding around logos. ECOM-4871.
This commit is contained in:
Renzo Lucioni
2016-07-05 12:23:56 -04:00
parent 99709035d1
commit af1c560210
2 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,10 @@
.course-card {
@include span(10);
margin-left: $baseline*2;
margin-bottom: $baseline;
width: 85%;
margin: {
left: auto;
right: auto;
bottom: $baseline;
}
padding: $baseline/2 0;
.section {

View File

@@ -26,10 +26,11 @@
background: palette(grayscale, white-t);
opacity: 0.7;
left: 0;
padding: 20px;
}
.org-logo {
height: 80px;
height: 50px;
}
.breadcrumb-wrapper {