7 lines
77 B
SCSS
7 lines
77 B
SCSS
|
img {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
max-width: 100vw;
|
||
|
height: auto;
|
||
|
}
|