Skip to content

Commit

Permalink
fixing busted CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonEgger committed Aug 26, 2024
1 parent a7cfb68 commit 27f87d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
/* Hide table of contents */
@media screen and (min-width: 60em) {
.md-sidebar--secondary {
display: none;
display: none !important;
}
}

/* Hide navigation */
@media screen and (min-width: 76.25em) {
.md-sidebar--primary {
display: none;
display: none !important;
}
}
</style>
Expand Down

0 comments on commit 27f87d8

Please sign in to comment.