better navbar width, tuned to readthedocs

This commit is contained in:
Michael Devine
2016-07-09 23:16:35 -06:00
parent 203bee6f00
commit 96366fa310

View File

@@ -748,7 +748,7 @@
}
/** Tuesday 28th of June 2016 06:04:01 PM **/
/** Custom for fixed Armbian navbar in wide windows (768px as per readthedocs theme) **/
/** Custom for fixed Armbian navbar in wide windows (>768px and >=1400px as per readthedocs theme) **/
@media screen and (min-width: 769px) {
#mega-menu-wrap-header-menu {
position:fixed;
@@ -757,3 +757,9 @@
width: calc(100% - 300px);
}
}
@media screen and (min-width: 1400px) {
#mega-menu-wrap-header-menu {
position:fixed;
width: 800px;
}
}