mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
html theme: Change the default body_min_width to 360px
Some reports says 360px is smallest size at present. refs: - https://www.browserstack.com/guide/ideal-screen-sizes-for-responsive-design - https://mediag.com/blog/popular-screen-resolutions-designing-for-all/
This commit is contained in:
parent
a48e811781
commit
eee6be61ab
@ -7,7 +7,7 @@ sidebars = localtoc.html, relations.html, sourcelink.html, searchbox.html
|
||||
[options]
|
||||
nosidebar = false
|
||||
sidebarwidth = 230
|
||||
body_min_width = 300
|
||||
body_min_width = 360
|
||||
body_max_width = 800
|
||||
navigation_with_keys = False
|
||||
enable_search_shortcuts = True
|
||||
|
Loading…
Reference in New Issue
Block a user