Skip to content

Commit

Permalink
fix: navigation button invisible when logo large (#381)
Browse files Browse the repository at this point in the history
* fix: navigation button invisible when logo large

* fix: 131px never need and going to the trash
  • Loading branch information
bazuka5801 authored Mar 4, 2025
1 parent e9a716c commit 5b48075
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@
}
}
}

@media (max-width: map.get(variables.$screenBreakpoints, 'sm') - 1) {
.pc-desktop-navigation__wrapper .pc-desktop-navigation__logo .pc-logo__icon {
max-width: 100%;
}
}
}

0 comments on commit 5b48075

Please sign in to comment.