Complete #52, Optimize CSS, Reduce code duplication, Scrap templates; Massive refactor.

This commit is contained in:
Cutieguwu
2025-08-20 16:08:41 -04:00
parent 04a4adb4d4
commit d1e06b432d
55 changed files with 1533 additions and 1896 deletions

View File

@@ -3,7 +3,7 @@
grid-auto-flow: column;
gap: var(--spacing-small);
.item {
> .item {
padding: calc(var(--spacing-small) * 2);
background-color: var(--background-1);