Make the navbar breakpoint super tiny
really not sure what would happen if this point is reached, since we got rid of the hamburger menu?
This commit is contained in:
parent
00a13ef4b6
commit
f0b4e5edbe
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ $mini: 363px;
|
|||
@import "elements";
|
||||
@import "../../node_modules/bulma/sass/form/_all";
|
||||
@import "form";
|
||||
$navbar-breakpoint: $tablet;
|
||||
$navbar-breakpoint: $mini/2;
|
||||
@import "../../node_modules/bulma/sass/components/_all";
|
||||
@import "components";
|
||||
@import "../../node_modules/bulma/sass/grid/_all";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue