add: products api

This commit is contained in:
trisua 2025-08-07 13:52:48 -04:00
parent 3c4ce1fae5
commit df5eaf24f7
29 changed files with 1022 additions and 110 deletions

View file

@ -272,6 +272,16 @@ table ol {
}
}
.card.button {
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
gap: var(--pad-2);
width: 100%;
height: max-content;
padding: var(--pad-4);
}
/* supporter card */
@property --border-angle {
syntax: "<angle>";