Bump the width to 85em while keeping a maximum width of 90%.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/libvirt.css | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/libvirt.css b/docs/libvirt.css
index c5fe27fa3f..dcae2a338a 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -100,14 +100,15 @@
margin-right: auto;
padding: 0px;
padding-bottom: 1em;
- max-width: 60em;
+ max-width: 90%;
+ width: 85em;
}
body.index #content,
body.docs #content,
body.hvsupport #content
{
- max-width: inherit;
+ width: inherit;
}
pre {
--
2.20.1