mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
docs: Prevent overflow for narrow screens
Regression from #9003, this is visible on mobile mainly. Fixes #9690
This commit is contained in:
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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user