Added w95 styles, building out about page work section
This commit is contained in:
12
public/styles/elements/img.scss
Normal file
12
public/styles/elements/img.scss
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* img
|
||||
* Sets default styling for image elements
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/06/27
|
||||
*/
|
||||
img {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
border: none;
|
||||
}
|
Reference in New Issue
Block a user