From 52bf9ada8e020ce62497c1f7587eba40a5cdcf19 Mon Sep 17 00:00:00 2001
From: Peter Krempa <pkrempa@redhat.com>
Date: Tue, 29 Jan 2019 16:25:40 +0100
Subject: [PATCH] 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>
---
 docs/libvirt.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/libvirt.css b/docs/libvirt.css
index c5fe27fa3f..ed797d5d91 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: 95%;
+    width: 70em;
 }
 
 body.index #content,
 body.docs #content,
 body.hvsupport #content
 {
-    max-width: inherit;
+    width: inherit;
 }
 
 pre {
-- 
GitLab