Show image on external site link cards on homepage

Adds the configured imageUrl as a full-width banner at the top of each
External Sites card, above the link name and description.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-06-16 11:18:08 -04:00
parent 47887d7fbd
commit d42c00d6dd
2 changed files with 20 additions and 0 deletions
+19
View File
@@ -3405,6 +3405,25 @@
flex-shrink: 0;
}
.section-resources .resource-link {
display: flex;
flex-direction: column;
align-items: flex-start;
min-height: unset;
}
.section-resources .resource-download-meta {
width: 100%;
}
.section-resources .resource-link-image {
width: 100%;
height: 160px;
border-radius: 10px;
object-fit: cover;
margin-bottom: 0.25rem;
}
.resource-link-tags {
margin-top: 0.15rem;
color: var(--brand-gold);