Commit b5b7ea78 by Simon Chen

Create the listing page of Programs (x-series) which learners have enrolled in

parent 3cce6c1e
......@@ -54,7 +54,6 @@ $card-height: 150px;
font-size:em(30);
color: $gray-l1;
margin-bottom: 10px;
line-height: 100%;
}
}
}
......@@ -62,7 +61,9 @@ $card-height: 150px;
@include media($bp-medium) {
.program-card{
@include span-columns(8);
@include omega(2n);
@include span-columns(4);
display:inline;
}
}
......
......@@ -44,10 +44,11 @@
@include media($bp-medium) {
.program-cards-container{
@include span-columns(8);
@include span-columns(6);
}
.sidebar{
@include span-columns(8);
@include omega(n);
@include span-columns(2);
}
}
......
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