Skip to content

Commit

Permalink
Fix toc drawer.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Jul 20, 2024
1 parent f5a5324 commit 325802a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion quantinuum_sphinx/_static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ html {

}

.toc-drawer {
margin-top: 3.5rem;
}


@media (max-width: 67em) {
.main {
margin-top: 0rem;
}
.page, .sidebar-drawer, .toc-drawer{
.page, .sidebar-drawer {
margin-top: 3.5rem;
}

Expand Down

0 comments on commit 325802a

Please sign in to comment.