Lots of styling updates and fixes.

This commit is contained in:
Cutieguwu
2025-08-01 22:26:20 -04:00
parent b2c5c75e80
commit d65d2e48ae
7 changed files with 65 additions and 25 deletions

View File

@@ -5,9 +5,13 @@
.item {
margin: var(--spacing-horizontal);
padding: var(--spacing-horizontal);
padding: calc(var(--spacing-horizontal) * 2);
background-color: var(--background-1);
border-radius: var(--border-radius-leaf);
.title {
text-align: center;
}
}
}