Alignment for benches that isn't quite right

This commit is contained in:
2024-11-26 21:55:45 -08:00
parent e3c5b95577
commit b9ad37d6ef
3 changed files with 30 additions and 3 deletions

View File

@@ -46,6 +46,14 @@ li {
overflow: hidden;
}
.img-grid a.centered {
align-items: center;
}
.img-grid a.top {
align-items: flex-start;
}
.img-grid img {
display: block;
height: 100%;