Fix margin for automatic post summary
This commit is contained in:
parent
0ac19e409b
commit
b5b99ad1ad
4 changed files with 16 additions and 6 deletions
|
@ -304,6 +304,15 @@ article img {
|
|||
margin: 1em auto;
|
||||
}
|
||||
|
||||
.post-summary {
|
||||
margin-top: 0.5em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.post-summary > p {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Other pages */
|
||||
.terms {
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue