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

9 lines
113 B
CSS

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