Commit a8e7f12b by Matthew Mongeau

Fix display of courses on university profile pages.

parent 2d71a716
......@@ -206,4 +206,15 @@
}
}
}
.university-courses {
.course {
width: flex-grid(4);
margin-right: flex-gutter();
float: left;
&:nth-child(3n+3) {
margin-right: 0;
}
}
}
}
......@@ -10,7 +10,7 @@
<%block name="university_description" />
</article>
</section>
<section class="courses">
<section class="courses university-courses">
%for course in courses:
<%include file="../course.html" args="course=course" />
%endfor
......
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