Template:Tess list entry/styles.css
Template page
More actions
.template-tess-list-entry-title {
border-bottom: solid var(--border-width-thick) var(--color-amaranth-legacy-scope);
margin-bottom: var(--space-xs);
}
.template-tess-list-entry-subtitle {
font-style: italic;
}
.template-tess-list-entry-main {
display: flex;
justify-content: flex-start;
}
.template-tess-list-entry-main > * {
display: inline-block;
}
.template-tess-list-entry-image {
width: 400px;
max-width: 100%;
margin-inline-end: var(--space-sm);
}
.template-tess-list-entry-labels {
flex-grow: 1;
}