basic styling for lesson modules + code highlighting

This commit is contained in:
Benedikt Rötsch
2017-09-27 18:17:08 +02:00
committed by Benedikt Rötsch
parent 5e23150a5f
commit 23a0ac4a81
12 changed files with 255 additions and 26 deletions

View File

@@ -0,0 +1,8 @@
.lesson-module {
margin-top: calc(var(--grid-gutter) * 3);
& img {
width: 100%;
height: auto;
}
}