use real BEM almost everywhere. Some restructuring is still missing

This commit is contained in:
Benedikt Rötsch
2017-09-28 10:29:33 +02:00
committed by Benedikt Rötsch
parent 1fb784e0d1
commit 928ccc0ade
23 changed files with 315 additions and 422 deletions

View File

@@ -4,7 +4,7 @@ include mixins/_courseCard
block content
.wrapper.wrapper-with-sidebar
section.wrapper__sidebar
section.wrapper-with-sidebar__sidebar
h2 Categories
.sidebar-menu
ul
@@ -13,7 +13,7 @@ block content
each category in categories
li
a(href=`/courses/categories/${category.sys.id}`) #{category.fields.title}
section.wrapper__content
section.wrapper-with-sidebar__content
h1= title
.courses.grid-list-small
each course in courses