13 lines
170 B
SCSS
13 lines
170 B
SCSS
/*
|
|
* img
|
|
* Sets default styling for image elements
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/06/27
|
|
*/
|
|
img {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
border: none;
|
|
}
|