restyle global layout and course cards

This commit is contained in:
Benedikt Rötsch
2017-10-05 13:32:29 +02:00
committed by Benedikt Rötsch
parent d037ccca29
commit 26fa97e36a
6 changed files with 66 additions and 44 deletions

View File

@@ -4,8 +4,8 @@ html
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
#main
#main__header
.main
.main__header
header.header
.header__upper-wrapper
.header__upper.layout-centered
@@ -50,10 +50,10 @@ html
li
a(href=`/settings${queryString}` class=(currentPath.startsWith('/settings') ? 'active' : '')) Settings
#main__content
.main__content
block content
#main__footer
.main__footer
.layout-centered
footer.footer
.footer__upper