Skip to content

Commit

Permalink
Fix nav divider having wrong breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Nov 1, 2021
1 parent ef15eaa commit 7cb2fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/website/WebsiteNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default {
opacity: 0.25;
}
@media (min-width: 992px) {
@media (min-width: 958px) {
.nav-divider {
border-top: none;
margin: .2rem .5rem;
Expand Down

0 comments on commit 7cb2fa5

Please sign in to comment.