Skip to content

Commit cae575e

Browse files
Update navbar sizes
1 parent 8f4db93 commit cae575e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/style/_navbar.scss

+2-2
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: 994px;
143-
$narrow-width: 901px;
142+
$medium-width: 837px;
143+
$narrow-width: 783px;
144144

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

0 commit comments

Comments
 (0)