Better spacing around paragraphs

This commit is contained in:
Henry Fredrick Schreiner 2017-12-08 15:22:43 -05:00
commit 7322357368

View file

@ -16,7 +16,10 @@ body {
}
p {
line-height: 1.5;
margin: 30px 0;
margin: 6px 0;
}
p + p {
margin: 24px 0 6px 0;
}
p a {
/* text-decoration: underline */
@ -612,12 +615,12 @@ footer .theme-by {
}
.pager.blog-pager {
margin-top: 0;
margin-top:10px;
}
@media only screen and (min-width: 768px) {
.pager.blog-pager {
margin-top: 10px;
margin-top: 40px;
}
}