Skip to content

Commit

Permalink
Remove useless selector
Browse files Browse the repository at this point in the history
breakpoint-max(xs) resolves to 0, so this selector is never active
  • Loading branch information
jcoyne committed Jun 13, 2024
1 parent 8cc55b9 commit 27eccca
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/assets/stylesheets/blacklight/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
Header bar at top (Bootstrap nav-bar)
*/

.topbar > .container {
@media (max-width: breakpoint-max(xs)) {
margin-left: 0;
margin-right: 0;
}
}

.navbar-logo {
/* The main logo image for the Blacklight instance */
@if $logo-image {
Expand Down

0 comments on commit 27eccca

Please sign in to comment.