Update _images.scss

This commit is contained in:
Pedro Reis 2016-09-02 14:14:06 +01:00 committed by GitHub
parent a859d4e321
commit 41fd5eda76
1 changed files with 2 additions and 5 deletions

View File

@ -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;
} }