mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 01:33:06 +00:00
68fc46642a
For screens that aren't terribly wide, there's a break point where the
current documentation design will snap to 50% width, and the text is
difficult to read due to the narrow layout. Rather than using 50% as the
rule, let's setup a couple good breakpoints that are wider than
Alabaster's default.
In particular, at the 875px breakpoint the sidebar appears, removing
220px from the content. So add a breakpoint at 875 + 220 px, allowing
the content width to grow up until that point, at which point we can cap
the width.
Fixes:
|
||
---|---|---|
.. | ||
_static | ||
case_studies | ||
exts | ||
release_highlights | ||
advanced_usage.rst | ||
api_reference.rst | ||
case_studies.rst | ||
conf.py | ||
favicon.ico | ||
getting_debugging_symbols.rst | ||
helpers.rst | ||
index.rst | ||
installation.rst | ||
release_highlights.rst | ||
requirements.txt | ||
support_matrix.rst | ||
user_guide.rst |