Update _images.scss
This commit is contained in:
parent
a859d4e321
commit
41fd5eda76
|
@ -1,10 +1,7 @@
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
&[width],
|
|
||||||
&[height] {
|
|
||||||
max-width: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,4 +13,4 @@ img {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue