Add a background to take the place of an image if none

This commit is contained in:
benjamin melançon 2019-09-22 19:23:35 -04:00
parent 45ab938c9b
commit 7576c2457a
2 changed files with 80 additions and 0 deletions

View file

@ -37,3 +37,8 @@
.content.no-featured-image {
margin-top: 6rem;
}
.background-replacement-for-no-image {
height: 12rem;
background-color: cadetblue;
}