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:
Benjamin Melançon 2019-08-19 10:51:32 -04:00
parent 00a13ef4b6
commit f0b4e5edbe

View file

@ -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";