mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix menu height for docs
This commit is contained in:
6
docs/_static/extra.css
vendored
6
docs/_static/extra.css
vendored
@ -262,6 +262,12 @@ nav {
|
|||||||
visibility: none;
|
visibility: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.wy-side-scroll {
|
||||||
|
padding-bottom: 50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-header .navbar-brand {
|
.navbar-header .navbar-brand {
|
||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
background: url("../_static/platformio-logo-xs.png") no-repeat;
|
background: url("../_static/platformio-logo-xs.png") no-repeat;
|
||||||
|
Reference in New Issue
Block a user