Files
the-example-app-nodejs/assets/stylesheets/landing-page/modules/index.css
2017-11-07 17:33:32 +01:00

19 lines
275 B
CSS

@import './copy';
@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);
}
}