ildi-wp/dev/scss/elements/_img.scss

7 lines
77 B
SCSS
Raw Normal View History

2018-04-24 20:41:34 -05:00
img {
display: block;
width: 100%;
max-width: 100vw;
height: auto;
}