[docs] improve code blocks padding

This commit is contained in:
Ivan Blinkov 2020-08-10 18:45:09 +03:00 committed by GitHub
parent 6164e7373d
commit f892b7acc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,9 @@ summary {
padding: 0.125rem 0.25rem; padding: 0.125rem 0.25rem;
} }
#content code.syntax {
padding: 0;
}
#content pre { #content pre {
background: #efefef; background: #efefef;