docs: Remove weird "float: left"

This breaks the docs on extremely narrow screens and I cannot find a
reason for it.

Fixes https://github.com/fish-shell/fish-site/issues/110
This commit is contained in:
Fabian Boehm 2023-04-26 19:35:54 +02:00
parent d2165ca7e9
commit 93cd70edfe

View File

@ -565,9 +565,6 @@ div.documentwrapper {
height: auto;
position: relative;
}
div.documentwrapper {
float: left;
}
div.bodywrapper {
margin-left: 0;
}