docs: css: Make docs page wider while still accomodating narrow screens

Bump the width to 70em while keeping a maximum width of 95% to allow for
some border.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Peter Krempa 2019-01-29 16:25:40 +01:00
parent 63cbad4e05
commit 52bf9ada8e

View File

@ -100,14 +100,15 @@
margin-right: auto; margin-right: auto;
padding: 0px; padding: 0px;
padding-bottom: 1em; padding-bottom: 1em;
max-width: 60em; max-width: 95%;
width: 70em;
} }
body.index #content, body.index #content,
body.docs #content, body.docs #content,
body.hvsupport #content body.hvsupport #content
{ {
max-width: inherit; width: inherit;
} }
pre { pre {