I also found mention of the "lobotomized owl selector" from way back in 2014 that looks like a neat alternative to changing the top/bottom margins in the <p> class:
https://alistapart.com/article/axiom...otomized-owls/
I haven't seen anything yet indicating that's been OOBE, so I might look into moving my margin change out of <p> and into:
Code:
* + * {
margin-top: 1em;
}
I don't know if 1em is too big or not (ala JSWolfe), but I guess that construct would make it easier to experiment with different sizes.