sphinx-doc / alabaster

Lightweight, configurable Sphinx theme
http://alabaster.readthedocs.io/
Other
723 stars 185 forks source link

Fix horizontal scrolling on mobile #198

Closed not-my-profile closed 6 months ago

not-my-profile commented 1 year ago

Alabaster inherits from the "basic" theme which sets body_min_width to 450, resulting in body_min_width: 450px, which doesn't make any sense for Alabaster since it's actually responsive.

Fixes #139.