Fix margins after paragraphs and images

This commit is contained in:
Adam Goldsmith 2018-03-09 19:55:52 -05:00
parent aa6761ca79
commit 69d4cf387c
1 changed files with 2 additions and 1 deletions

View File

@ -71,6 +71,7 @@ time {
img {
display: block;
margin: auto;
margin-bottom: 15px;
max-width: 75%;
height: auto;
border: none;
@ -84,7 +85,7 @@ blockquote {
p {
line-height: 30px;
margin: auto;
margin-top: auto;
text-indent: 0px;
}