Skip to content

Commit

Permalink
Limit shortcut display to md size (>=768px)
Browse files Browse the repository at this point in the history
  • Loading branch information
timhoffm authored Aug 6, 2024
1 parent 26289d3 commit dd40115
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
margin-inline-end: 0.5rem;
color: var(--pst-color-border);

@include media-breakpoint-up(lg) {
@include media-breakpoint-up(md) {
display: flex;
}
}
Expand Down

0 comments on commit dd40115

Please sign in to comment.