Skip to content

Commit

Permalink
Sidebar becomes bottom bar at medium breakpoint, not small
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed May 29, 2024
1 parent b958b53 commit 05e40df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/BS5/assets/pkgdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ aside {
}

// Add some visual distinction between content and "sidebar" on mobile
@include media-breakpoint-down(sm) {
@include media-breakpoint-down(md) {
// Additional specificity needed to override bootstrap width on .row > *
.row > aside {
margin: 0.5rem;
Expand Down

0 comments on commit 05e40df

Please sign in to comment.