Merge pull request #115 from henryiii/spacing

Better spacing around paragraphs
This commit is contained in:
Michael Romero 2017-12-28 00:23:37 -08:00 committed by GitHub
commit cbceabf022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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