style landing page modules and start reorganising css

This commit is contained in:
Benedikt Rötsch
2017-10-02 13:34:34 +02:00
committed by Benedikt Rötsch
parent 3459c4c32c
commit e955555f1a
13 changed files with 334 additions and 18 deletions

View File

@@ -0,0 +1,17 @@
@import './hero-image';
@import './highlighted-course';
@block module {
max-width: var(--content-max-width);
margin: 0 auto;
padding: 0 2vw;
& img {
width: 100%;
height: auto;
}
& + .module {
margin-top: var(--grid-gutter);
}
}