Add staff page with autofit grid

This commit is contained in:
Ian Gulliver
2026-08-15 22:04:16 -07:00
parent bee67d5d04
commit 67a8f74a79
2 changed files with 54 additions and 2 deletions
+9
View File
@@ -264,6 +264,15 @@ main {
gap: 32px 16px;
}
.people-grid.autofit {
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.people-grid.autofit .person-photo {
width: 146px;
max-width: 100%;
}
.person-card {
text-align: center;
}