Make sure photo grid cells fill the cell

This commit is contained in:
Eryn Wells 2022-11-25 22:23:57 -05:00
parent 75a2e3a8bf
commit f3ce03ea8d

View file

@ -30,6 +30,10 @@
gap: 4px;
}
.photos.list > * {
margin-block-end: 0;
}
.photos.page > nav {
margin-block-end: var(--body-item-spacing);
}