diff --git a/web/themes/custom/geofresco/package.json b/web/themes/custom/geofresco/package.json index a517269..42c0db4 100644 --- a/web/themes/custom/geofresco/package.json +++ b/web/themes/custom/geofresco/package.json @@ -53,7 +53,7 @@ "run-sequence": "^2.0.0" }, "dependencies": { - "bulma": "^0.6.2", + "bulma": "^0.7.2", "bulma-extensions": "^1.0.4" } } diff --git a/web/themes/custom/geofresco/src/global/global.scss b/web/themes/custom/geofresco/src/global/global.scss index 3deab02..f9b5967 100644 --- a/web/themes/custom/geofresco/src/global/global.scss +++ b/web/themes/custom/geofresco/src/global/global.scss @@ -7,6 +7,10 @@ $red: #a70c20; // Update Bulma's global variables. $primary: $blue; +// Show the navbar on tablet sizes +@import "../../node_modules/bulma/sass/utilities/initial-variables.sass"; +$navbar-breakpoint: $tablet; + // Import each part of Bulma separately so we can layer in our styles. // Extend or override Bulam's base styles in this themes base.scss etc. @import "../../node_modules/bulma/sass/utilities/_all";