9 lines
113 B
CSS
9 lines
113 B
CSS
.lesson-module {
|
|
margin-top: calc(var(--grid-gutter) * 3);
|
|
|
|
& img {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|