doc: show logo only
Since logo already brings to home page, remove the link displayed above. It saves some vertical pixels while making docs nicer. Also adjusted wy-menu-vertical max-height to account for the new height (note: was wrong before). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
794acbc9e2
commit
f0d3db29ed
2 changed files with 5 additions and 3 deletions
2
doc/_static/css/custom.css
vendored
2
doc/_static/css/custom.css
vendored
|
@ -837,7 +837,7 @@ kbd, .kbd {
|
|||
.wy-menu.wy-menu-vertical {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
max-height: calc(100% - 348px);
|
||||
max-height: calc(100% - 243px);
|
||||
}
|
||||
@media screen and (max-width: 768px) {
|
||||
.wy-nav-side {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue