Improve readability

This commit is contained in:
Andras Schmelczer 2022-09-26 12:23:56 +02:00
parent dc1a412396
commit a91e5322b0
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -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;
}
}