8 lines
117 B
SCSS

img{
max-width: 100%;
border-radius: $border-radius-sm;
}
.img-raised{
box-shadow: $box-shadow-raised;
}