Skip to content

Commit

Permalink
responsive toggle margin
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Jun 15, 2024
1 parent f360d77 commit 7def9bd
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,27 @@

.logo {
max-width: 50vw;
min-width: 140px;
min-width: 130px;
}

.bd-header, .bd-page-width {
max-width: 100lvw;
.bd-page-width {
width: 100lvw;
overflow-x: hidden;
margin: 0;
}

.bd-header {
width: 100lvw;
min-width: 100lvw;
margin: 0;
}

.bd-header button.primary-toggle {
margin-right: 0.35rem;
}

@media (min-width: 370px) {
.bd-header button.primary-toggle {
margin-right: 1rem;
}
}

0 comments on commit 7def9bd

Please sign in to comment.