diff --git a/src/page/background/background.ts b/src/page/background/background.ts index 74ef813..bcf6050 100644 --- a/src/page/background/background.ts +++ b/src/page/background/background.ts @@ -12,7 +12,7 @@ export class Background extends PageElement { private static readonly minHeight = 360; private static readonly maxHeight = 740; private static readonly minBlobCount = 30; - private static readonly blobCountScaler = 0.1; + private static readonly blobCountScaler = 0.05; private static readonly stableSeed = 50; private random = new Random(); diff --git a/src/style/vars.scss b/src/style/vars.scss index e30c5cb..c7752fd 100644 --- a/src/style/vars.scss +++ b/src/style/vars.scss @@ -27,7 +27,7 @@ --inset-shadow: inset 0 -9px 7px -7px rgb(0, 0, 0, 0.15); --icon-size: 45px; --large-icon-size: 60px; - --body-width: 765px; + --body-width: 830px; } }