I’m using Source (v1.5.0) with header style set to “Highlight”. In the second column, it appears that an image is missing from the third article in the middle column (circled in image below). Any idea how I can fix this?
Put this in your code injection:
<style>
.gh-header.is-highlight .gh-header-middle .gh-card:last-child .gh-card-image {
display: block;
}
</style>
Updated to add missing brace, thanks @muratcorlu for pointing it out!
2 Likes
