d937daedb3
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>
16 lines
179 B
CSS
16 lines
179 B
CSS
div.sphinxsidebar {
|
|
height: calc(100% - 20px);
|
|
overflow: auto;
|
|
}
|
|
|
|
h1.logo-name {
|
|
font-size: 24px;
|
|
}
|
|
|
|
div.body img {
|
|
width: 250px;
|
|
}
|
|
pre {
|
|
padding: 5px 10px;
|
|
}
|