mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
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:
parent
63cbad4e05
commit
52bf9ada8e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user