Hello, I am trying to make subtle changes to the way my blog posts display. I wasnted to decrease the size of the images and the heading text so I used this:
.blog .post {
width: 80%;
margin: 0 auto;
}
unfortunately that just shrinks everything and removes the padding in-between posts
I was also hoping to make all of the images the same aspect ratio
If there was a block of css which i could just play with the numbers to get my posts looking right i would greatly appreciate it!!