23 lines
312 B
CSS
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;
|
|
}
|
|
}
|