Skip to content

Commit 97e5938

Browse files
Merge pull request #1462 from GuillaumeGomez/header-navbar-overlay
Fix navbar header overlay
2 parents 369e1bb + 6b75e40 commit 97e5938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/style/_navbar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ div.nav-container {
139139
// These hardcoded values are "magic", in the sense they were observed to be the lowest-possible
140140
// thresholds through experimentation with a package name that hit the max-width of the element.
141141
$full-width: 1142px;
142-
$medium-width: 837px;
143-
$narrow-width: 783px;
142+
$medium-width: 860px;
143+
$narrow-width: 805px;
144144

145145
// use a .title span inside a menu to hide it on small screens
146146
span.title {

0 commit comments

Comments
 (0)