Skip to content

Commit b6f9f61

Browse files
GuillaumeGomezsyphar
authored andcommitted
Fix resize of top navbar
1 parent 142844e commit b6f9f61

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
@@ -149,8 +149,8 @@ div.nav-container {
149149
// These hardcoded values are "magic", in the sense they were observed to be the lowest-possible
150150
// thresholds through experimentation with a package name that hit the max-width of the element.
151151
$full-width: 1142px;
152-
$medium-width: 860px;
153-
$narrow-width: 805px;
152+
$medium-width: 928px;
153+
$narrow-width: 872px;
154154

155155
// use a .title span inside a menu to hide it on small screens
156156
span.title {

0 commit comments

Comments
 (0)