style landing page modules and start reorganising css
This commit is contained in:
committed by
Benedikt Rötsch
parent
3459c4c32c
commit
e955555f1a
17
assets/stylesheets/landing-page/modules/index.css
Normal file
17
assets/stylesheets/landing-page/modules/index.css
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user