Bump up docusaurus theme + downgrade mdx-js/react causing issue with docusaurus config

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge
2022-02-07 11:47:35 +01:00
parent 5dfdf5149f
commit eaf665d1d4
5 changed files with 206 additions and 418 deletions

View File

@@ -8,7 +8,7 @@
/*
Hide toggle in small viewports
*/
@media screen and (max-width: 997px) {
@media (max-width: 996px) {
.toggle {
display: none;
}
@@ -21,3 +21,7 @@ Hide toggle in small viewports
.navbarHidden {
transform: translate3d(0, calc(-100% - 2px), 0);
}
.navbarSidebarToggle {
margin-right: 1rem;
}