1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vdoc: fix padding above heading (#8842)

This commit is contained in:
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

View File

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