Add badge collection page

This commit is contained in:
n_u
2026-08-08 23:37:44 -05:00
parent 05922a9e24
commit 6bc9187854
5 changed files with 38 additions and 1 deletions
+9
View File
@@ -631,6 +631,15 @@ hr {
width: 100%;
}
/* Badges */
.badges {
& img {
height: 100%;
margin-bottom: var(--space-2xs);
margin-right: var(--space-2xs);
}
}
/* Header */
header {
container-type: inline-size;