updated seasons list

This commit is contained in:
2026-02-02 22:39:03 +11:00
parent ddfc0b7671
commit 9f7e7c88a0
7 changed files with 116 additions and 62 deletions

View File

@@ -318,6 +318,9 @@
.mb-2 {
margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
margin-bottom: calc(var(--spacing) * 4);
}
@@ -439,9 +442,6 @@
.flex-1 {
flex: 1;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.shrink-0 {
flex-shrink: 0;
}