Skip to content

Commit

Permalink
Update src/sphinx_book_theme/assets/styles/sections/_header-article.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Jun 12, 2024
1 parent 36de725 commit 9939b7a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ button.sidebar-toggle.primary-toggle {
}

// Secondary toggle mimics behavior of "persistent header" div of PST
<<<<<<< master
label.sidebar-toggle.secondary-toggle {
@media (min-width: $breakpoint-xl) {
=======
button.sidebar-toggle.secondary-toggle {
@media (min-width: $breakpoint-lg) {
>>>>>>> master
@media (min-width: $breakpoint-xl) {
display: none;
}
@media (max-width: $breakpoint-md) {
Expand Down

0 comments on commit 9939b7a

Please sign in to comment.