diff --git a/templates/style/_navbar.scss b/templates/style/_navbar.scss index ce9a96617..9ee4a52a0 100644 --- a/templates/style/_navbar.scss +++ b/templates/style/_navbar.scss @@ -139,8 +139,8 @@ div.nav-container { // These hardcoded values are "magic", in the sense they were observed to be the lowest-possible // thresholds through experimentation with a package name that hit the max-width of the element. $full-width: 1142px; - $medium-width: 837px; - $narrow-width: 783px; + $medium-width: 860px; + $narrow-width: 805px; // use a .title span inside a menu to hide it on small screens span.title {