8 lines
103 B
SCSS
8 lines
103 B
SCSS
|
img{
|
||
|
max-width: 100%;
|
||
|
border-radius: 1px;
|
||
|
}
|
||
|
.img-raised{
|
||
|
box-shadow: $box-shadow-raised;
|
||
|
}
|