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:
parent
f381836f9e
commit
38d1eac7f5
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user