Add black-capped chickadee

This commit is contained in:
Idrees Hassan
2026-03-11 17:07:50 -07:00
parent 37a8b6cc6e
commit a57615b3da
8 changed files with 126 additions and 12 deletions

View File

@@ -252,7 +252,7 @@
}
#birb-field-guide .birb-grid-content {
grid-template-rows: repeat(3, auto);
grid-template-columns: repeat(4, auto);
}
#birb-wardrobe .birb-grid-content {
@@ -262,7 +262,7 @@
.birb-grid-content {
display: grid;
grid-auto-flow: column;
grid-auto-flow: row;
gap: 10px;
padding-top: 8px;
padding-bottom: 8px;