series overview added

This commit is contained in:
2026-03-15 12:05:47 +11:00
parent 3666870111
commit fc7f5665e7
12 changed files with 3133 additions and 1 deletions

View File

@@ -553,6 +553,9 @@
.w-14 {
width: calc(var(--spacing) * 14);
}
.w-16 {
width: calc(var(--spacing) * 16);
}
.w-20 {
width: calc(var(--spacing) * 20);
}