Force containers to be desktop width
This also adds the ability to override bulma variables, with others defined by bulma
This commit is contained in:
parent
b2582dda4d
commit
dc928a2168
2 changed files with 5 additions and 1 deletions
3
static/src/scss/_bulma_overrides.scss
Normal file
3
static/src/scss/_bulma_overrides.scss
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@use "bulma/sass/utilities/initial-variables" as *;
|
||||||
|
|
||||||
|
$container-max-width: $widescreen;
|
|
@ -1,4 +1,5 @@
|
||||||
@import "variables";
|
@use "variables" as *;
|
||||||
|
@use "bulma_overrides" as *;
|
||||||
|
|
||||||
@import "bulma/bulma";
|
@import "bulma/bulma";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue