more refactors

This commit is contained in:
bronku 2026-05-13 09:05:29 +02:00
parent 787e9d96c2
commit 65a36f4d3e
7 changed files with 130 additions and 115 deletions

View file

@ -15,6 +15,13 @@
--on-surface: #363227;
--outline-variant: #b9b1a3;
--on-surface-variant: #645f52;
--grid-cols: 3;
}
@media (max-width: 768px) {
:root {
--grid-cols: 1;
}
}
body {