docs: Prevent overflow for narrow screens

Regression from , this is visible on mobile mainly.

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

@ -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) {