Move species image into right column detail card with attribution
This commit is contained in:
@@ -1165,32 +1165,19 @@ td.placeholder {
|
||||
color: #e65100;
|
||||
}
|
||||
|
||||
/* Species header: title left, image right */
|
||||
/* Species / cultivar images inside detail cards */
|
||||
|
||||
.species-header {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.species-header-text {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
/* Species / cultivar images */
|
||||
|
||||
.species-image-wrap {
|
||||
flex-shrink: 0;
|
||||
.image-card-body {
|
||||
padding: 0.75rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.species-image {
|
||||
max-width: 280px;
|
||||
max-height: 260px;
|
||||
max-width: 100%;
|
||||
max-height: 300px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
border-radius: var(--radius);
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,0.12);
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user