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

23 lines
312 B
CSS

.lesson-module {
margin-top: var(--grid-gutter);
& img {
width: 100%;
height: auto;
}
}
@block lesson {
display: flex;
flex-direction: column;
justify-content: space-between;
@element title {
margin-bottom: calc(var(--grid-gutter));
}
@element cta {
margin-bottom: 0;
}
}