mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -04:00
vdoc: fix overlapping fn titles on mobile browsers in portrait mode
This commit is contained in:
parent
f03d800800
commit
35e925a2f1
@ -747,6 +747,9 @@ button.copy {
|
|||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
.doc-content > .doc-node > .title {
|
||||||
|
margin-top: 3.5em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1024px) {
|
@media (min-width: 1024px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user