Unset content min-width to improve mobile layout

develop
lethosor 2020-07-10 19:59:34 -04:00
parent fdb4487a36
commit 9284daaf89
1 changed files with 4 additions and 0 deletions

@ -52,3 +52,7 @@ div.sphinxsidebar {
div.sphinxsidebar h3 > a {
border-bottom: 1px dotted #999;
}
div.body {
min-width: unset;
}