fix: inline style for list

This commit is contained in:
Karan Sharma 2019-05-09 01:07:21 +05:30 committed by GitHub
parent dde7a0b154
commit c116f7499a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,6 +145,10 @@ ul {
margin-bottom: 10px; margin-bottom: 10px;
} }
.post ul li p {
display: inline;
}
.highlight pre { .highlight pre {
margin-bottom: 0; margin-bottom: 0;
margin-top: 0; margin-top: 0;