docs: set html img width limitation through css

avoid hardcoding width in the docs itself, so that other render
outputs can choose another size.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-09-11 11:10:07 +02:00
parent 8cce51135c
commit d937daedb3
3 changed files with 4 additions and 25 deletions

View File

@ -6,6 +6,10 @@ div.sphinxsidebar {
h1.logo-name {
font-size: 24px;
}
div.body img {
width: 250px;
}
pre {
padding: 5px 10px;
}