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:
Jake Howard 2022-06-26 16:54:46 +01:00
parent b2582dda4d
commit dc928a2168
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,3 @@
@use "bulma/sass/utilities/initial-variables" as *;
$container-max-width: $widescreen;

View File

@ -1,4 +1,5 @@
@import "variables";
@use "variables" as *;
@use "bulma_overrides" as *;
@import "bulma/bulma";