24 lines
444 B
CSS
24 lines
444 B
CSS
/*
|
|
* GOONDEX STUDIO CARDS
|
|
* Studio listings with compact description support.
|
|
*/
|
|
|
|
.studio-card-grid {
|
|
--gx-card-thumb-ratio: 3 / 4;
|
|
}
|
|
|
|
.studio-card .studio-card-description {
|
|
margin-top: 0.5rem;
|
|
font-size: 0.85rem;
|
|
color: var(--color-text-secondary);
|
|
opacity: 0.85;
|
|
line-height: 1.4;
|
|
max-height: 2.8rem;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.studio-card .gx-card-tags {
|
|
margin-top: 0.6rem;
|
|
}
|