vdoc: fix padding above heading (#8842)

pull/8859/head
Lukas Neubert 2021-02-20 14:16:51 +01:00 committed by GitHub
parent f381836f9e
commit 38d1eac7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ pre {
.doc-content { .doc-content {
font-size: 0.95rem; font-size: 0.95rem;
flex: 1; flex: 1;
padding: 1rem 2rem; padding: 0rem 2rem 1rem 2rem;
} }
.doc-toc { .doc-toc {
position: relative; position: relative;