paragrapphs no longer displayed inline as they should

This commit is contained in:
shockrah
2020-04-23 13:55:00 -07:00
parent b769d43e18
commit e6521df9b9
2 changed files with 5 additions and 5 deletions

View File

@@ -15,10 +15,10 @@ a {
blockquote {
border-left: 10px solid #1f8dd6;
}
p {
display: inline;
margin-left: 1em;
}
p {
margin-left: 1em;
}
.pure-img-responsive {