Merge pull request #3 from mr-karan/list

fix: inline style for list
This commit is contained in:
Vivek R 2019-06-19 15:25:08 +05:30 committed by GitHub
commit c3b42e321b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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