Skip to content

Commit

Permalink
Update breakpoint for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Oct 24, 2024
1 parent 6cf29bc commit b6e22c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/debugbar/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
filter: invert(1);
}

@media (max-width: 576px) {
@media (max-width: 767.98px) {
.aplus-debug .toolbar .collections .collection .collection-name {
display: none;
}
Expand Down

0 comments on commit b6e22c2

Please sign in to comment.