From 578d8910aaff716f913ae66437a0a2f393f5e8f2 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 7 Sep 2016 19:16:05 +0300 Subject: [PATCH] Fix menu height for docs --- docs/_static/extra.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_static/extra.css b/docs/_static/extra.css index a422d397..83ae2147 100644 --- a/docs/_static/extra.css +++ b/docs/_static/extra.css @@ -262,6 +262,12 @@ nav { visibility: none; } +@media (min-width: 768px) { + .wy-side-scroll { + padding-bottom: 50px; + } +} + .navbar-header .navbar-brand { color: #e0e0e0; background: url("../_static/platformio-logo-xs.png") no-repeat;