Skip to content

hard coded max-width #295

@abuckenheimer

Description

@abuckenheimer

I've noticed that sphinx isn't super friendly for wide monitors. Here's a few screenshot from Google's Resizer on the page I noticed it:
bad
But if I remove the a max-width rule:
large
med
mobile

I can't see a clear reason for having a the max width here but I haven't followed the project so perhaps it was an aesthetic choice or there's something I'm missing.

Love the project though and a quick fix either way:

diff --git a/sass/_theme_layout.sass b/sass/_theme_layout.sass
index 416a9db..d5fc678 100644
--- a/sass/_theme_layout.sass
+++ b/sass/_theme_layout.sass
@@ -311,7 +311,6 @@
 .wy-nav-content
   padding: $gutter $gutter * 2
   height: 100%
-  max-width: 800px
   margin: auto

 .wy-body-mask

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions