basic styling for lesson modules + code highlighting
This commit is contained in:
committed by
Benedikt Rötsch
parent
5e23150a5f
commit
23a0ac4a81
8
assets/stylesheets/module-lesson.css
Normal file
8
assets/stylesheets/module-lesson.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.lesson-module {
|
||||
margin-top: calc(var(--grid-gutter) * 3);
|
||||
|
||||
& img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user