large page breaks
Forgive if this has come up already before -- and perhaps by me in a one of my older tickets:
Is there a way to decrease the size of the paragraph breaks, or is this a product of the responsive theme?
The page breaks are a half an inch on the text of the pages. Huge.
http://www.faithlcmc.org/?page_id=231
I've already got this CSS installed:
/*line spacing and post padding*/
.site-content article { margin-bottom: 10px; }
@media screen and (min-width: 1382px) { { margin-bottom: 0px; } }
@media screen and (min-width: 1190px) { { margin-bottom: 0px; } }
@media screen and (max-width: 1060px) { { margin-bottom: 0px; } }
@media screen and (max-width: 960px) { { margin-bottom: 0px; } }