Skip to content

Commit

Permalink
fix: navigation button invisible when logo large
Browse files Browse the repository at this point in the history
  • Loading branch information
bazuka5801 committed Feb 26, 2025
1 parent 4d44651 commit 12bc194
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: calc(100vw - 131px);
}
}
}

0 comments on commit 12bc194

Please sign in to comment.