Tweak height of imageless content on front page listing

This commit is contained in:
benjamin melançon 2019-09-30 19:32:26 -04:00
parent dddf4004b8
commit e818b0eb06

View file

@ -40,7 +40,7 @@
} }
.background-replacement-for-no-image { .background-replacement-for-no-image {
height: 12rem; height: 10rem;
background-color: cadetblue; background-color: cadetblue;
} }