11 lines
121 B
CSS
11 lines
121 B
CSS
/*
|
|
|
|
IMAGES
|
|
Docs: http://tachyons.io/docs/elements/images/
|
|
|
|
*/
|
|
|
|
/* Responsive images! */
|
|
|
|
img { max-width: 100%; }
|
|
|