proper economy, particle fixes

This commit is contained in:
biglyderv 2025-03-05 13:24:24 -05:00
parent a455575a64
commit e02b63f13f
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
5 changed files with 63 additions and 26 deletions

View file

@ -19,4 +19,14 @@ body, html {
min-width: 200px;
min-height: 50px;
font-size: 32px;
user-select: none;
}
.item {
font-size: 0.6em;
background: rgb(255, 255, 255);
padding: 5px;
width: 300px;
}