docs: Prevent overflow for narrow screens

Regression from #9003, this is visible on mobile mainly.

Fixes #9690
This commit is contained in:
Fabian Boehm 2023-03-27 17:21:09 +02:00
parent f096841e4d
commit ca02e88ef1

View File

@ -552,6 +552,10 @@ aside.footnote > p {
line-height: 1.5em;
}
div.documentwrapper {
width: 100%;
}
/* On screens that are less than 700px wide remove anything non-essential
- the sidebar, the gradient background, ... */
@media screen and (max-width: 700px) {