fix categories in courses, small style fixes, landing page module adjustments

This commit is contained in:
Benedikt Rötsch
2017-09-27 18:41:16 +02:00
committed by Benedikt Rötsch
parent 23a0ac4a81
commit 1fb784e0d1
8 changed files with 20 additions and 8 deletions

View File

@@ -3,5 +3,5 @@ include ./_courseCard
mixin highlightedCourseModule(module)
.module
.module__higlightedCourse
h1.module__higlightedCourse__title #{module.fields.title}
h2.module__higlightedCourse__title #{module.fields.title}
+courseCard(module.fields.course)