Merge pull request #115 from henryiii/spacing
Better spacing around paragraphs
This commit is contained in:
commit
cbceabf022
1 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue