update docusaurus to v2.0.0-beta.5

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge
2021-09-07 11:34:59 +02:00
parent 3ef1196cb6
commit 15648e42ac
13 changed files with 541 additions and 560 deletions

View File

@@ -5,9 +5,12 @@
* LICENSE file in the root directory of this source tree.
*/
/*
Hide toggle in small viewports
*/
@media screen and (max-width: 997px) {
.displayOnlyInLargeViewport {
display: none !important;
.toggle {
display: none;
}
}