You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
better navbar width, tuned to readthedocs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user