Skip to content

Commit 35e925a

Browse files
committed
vdoc: fix overlapping fn titles on mobile browsers in portrait mode
1 parent f03d800 commit 35e925a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎cmd/tools/vdoc/theme/doc.css‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,9 @@ button.copy {
747747
padding: 0 1rem;
748748
justify-content: space-between;
749749
}
750+
.doc-content > .doc-node > .title {
751+
margin-top: 3.5em;
752+
}
750753
}
751754

752755
@media (min-width: 1024px) {

0 commit comments

Comments
 (0)