Fix margins after paragraphs and images
This commit is contained in:
parent
aa6761ca79
commit
69d4cf387c
@ -71,6 +71,7 @@ time {
|
|||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-bottom: 15px;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
height: auto;
|
height: auto;
|
||||||
border: none;
|
border: none;
|
||||||
@ -84,7 +85,7 @@ blockquote {
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
margin: auto;
|
margin-top: auto;
|
||||||
text-indent: 0px;
|
text-indent: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user