Adjust menu CSS

This commit is contained in:
cytopia 2018-07-06 09:29:52 +02:00
parent cd8359332d
commit e56fb56f7c
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -2,6 +2,14 @@
* MENU
***********************************************************/
/* overwrite left navbar width */
.wy-grid-for-nav nav.wy-nav-side {
width: 350px;
}
.wy-grid-for-nav section.wy-nav-content-wrap {
margin-left: 350px;
}
/* overwrite logo dimensions */
.wy-side-nav-search>a img.logo,
.wy-side-nav-search .wy-dropdown>a img.logo {