+container-page-width setting

This commit is contained in:
spongycake 2022-01-26 03:09:25 +00:00
parent 0d62040180
commit 6c1919e68a
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
//==============================================================================
// Containers
//==============================================================================
$container-page-width: 1200px !default;
// colours
$darkgray: #000000;
$white: #fff !default;