12 lines
143 B
CSS
12 lines
143 B
CSS
|
div.sphinxsidebar {
|
||
|
height: calc(100% - 20px);
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
h1.logo-name {
|
||
|
font-size: 24px;
|
||
|
}
|
||
|
pre {
|
||
|
padding: 5px 10px;
|
||
|
}
|