From 9284daaf89c4bbeb9bede091820c2bd28fc947c4 Mon Sep 17 00:00:00 2001 From: lethosor Date: Fri, 10 Jul 2020 19:59:34 -0400 Subject: [PATCH] Unset content min-width to improve mobile layout --- docs/styles/dfhack.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/styles/dfhack.css b/docs/styles/dfhack.css index e7a608460..43063cee2 100644 --- a/docs/styles/dfhack.css +++ b/docs/styles/dfhack.css @@ -52,3 +52,7 @@ div.sphinxsidebar { div.sphinxsidebar h3 > a { border-bottom: 1px dotted #999; } + +div.body { + min-width: unset; +}