mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 13:23:53 +08:00
docs: Prevent overflow for narrow screens
Regression from #9003, this is visible on mobile mainly.
Fixes #9690
(cherry picked from commit ca02e88ef1
)
This commit is contained in:
parent
3bef75fb79
commit
252f521e95
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user