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:
+19
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user