/* * img * Sets default styling for image elements * * Version: * 1.0.0 - 2018/06/27 */ img { display: inline-block; max-width: 100%; height: auto; border: none; }