Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-09-22 19:23:52 -04:00
parent 7576c2457a
commit 15527edf56

View file

@ -8232,3 +8232,7 @@ label.panel-block {
/* If there's no featured image, leave enough blank space for the dropping down title. */
.content.no-featured-image {
margin-top: 6rem; }
.background-replacement-for-no-image {
height: 12rem;
background-color: cadetblue; }