code-corps / blog.codecorps.org-site

Bedrock file structure and Sage theme for the Code Corps WordPress blog.
https://blog.codecorps.org
MIT License
1 stars 3 forks source link

Images in posts take up too much space #4

Open joshsmith opened 8 years ago

joshsmith commented 8 years ago

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.