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:
Takeshi KOMIYA 2022-05-08 02:37:33 +09:00
parent a48e811781
commit eee6be61ab

View File

@ -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