From f0b4e5edbe168e4749f91e864ee364caccb59384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 19 Aug 2019 10:51:32 -0400 Subject: [PATCH] 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? --- web/themes/custom/geofresco/src/global/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/src/global/global.scss b/web/themes/custom/geofresco/src/global/global.scss index 85c20ad..a4e0436 100644 --- a/web/themes/custom/geofresco/src/global/global.scss +++ b/web/themes/custom/geofresco/src/global/global.scss @@ -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";