<figcaption class="media-caption text-gray-darkest leading-tight text-sm mt-2">
</figcaption>
<figcaption class="media-caption text-gray-darkest leading-tight text-sm mt-2">
{{#if caption}}
<span class="media-caption__caption">{{caption}}</span>
{{/if}}
{{#if photographer}}
<span class="text-gray-dark text-2xs md:text-xs tracking-wide md:tracking-normal leading-none">{{photographer}}</span>
{{/if}}
{{#if credit}}
<span class="text-gray-dark text-2xs md:text-xs tracking-wide md:tracking-normal leading-none">{{#if photographer}}/ {{/if}}{{credit}}</span>
{{/if}}
</figcaption>
/* No context defined for this component. */
.media-caption {
&__caption {
&:not(:only-child) {
@apply mr-1;
}
}
}
There are no notes for this item.