Skip to content

Commit

Permalink
use 1 * breakpoint as default navBreakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
winkerVSbecks committed Oct 8, 2020
1 parent 30c5262 commit c13370e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/HeaderContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface HeaderContextInterface {
}

export const defaultHeaderContext = {
navBreakpoint: breakpoint * 1.25,
navBreakpoint: breakpoint,
inverse: false,
}

Expand Down

0 comments on commit c13370e

Please sign in to comment.