vdoc: fix overlapping fn titles on mobile browsers in portrait mode

This commit is contained in:
Delyan Angelov 2025-08-01 11:11:06 +03:00
parent f03d800800
commit 35e925a2f1
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -747,6 +747,9 @@ button.copy {
padding: 0 1rem;
justify-content: space-between;
}
.doc-content > .doc-node > .title {
margin-top: 3.5em;
}
}
@media (min-width: 1024px) {