Skip to content
Snippets Groups Projects
Commit a8e7f12b authored by Matthew Mongeau's avatar Matthew Mongeau
Browse files

Fix display of courses on university profile pages.

parent 2d71a716
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment