Skip to content

Commit

Permalink
add missing index.md and styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed May 13, 2024
1 parent 9797bfd commit 431c022
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.details .open {
}
.jupyter-wrapper .jp-OutputArea-output pre {
white-space: pre !important;
}
@media only screen and (min-width: 76.25em) {
.md-main__inner {
max-width: none;
}
.md-sidebar--primary {
left: 0;
}
.md-sidebar--secondary {
right: 0;
margin-left: 0;
-webkit-transform: none;
transform: none;
}
}
1 change: 1 addition & 0 deletions docs/index.md

0 comments on commit 431c022

Please sign in to comment.