9 lines
115 B
SCSS
9 lines
115 B
SCSS
|
img {
|
||
|
max-width: 100%;
|
||
|
vertical-align: top;
|
||
|
&[width],
|
||
|
&[height] {
|
||
|
max-width: none;
|
||
|
}
|
||
|
}
|