In a post, the images take up far too much space because they rely on height and width in the img tag. We need to find a way to class images so that they're centered horizontally (something like margin: 0 auto;) and size down at lower screen sizes without overflow their bounds.
In a post, the images take up far too much space because they rely on
height
andwidth
in theimg
tag. We need to find a way to class images so that they're centered horizontally (something likemargin: 0 auto;
) and size down at lower screen sizes without overflow their bounds.