<figure>
Inhalt der figure kommt hier hin
<figcaption>Ich bin eine figcaption</figcaption>
</figure>
<figure>
Inhalt der figure kommt hier hin
<figcaption>Ich bin eine figcaption</figcaption>
</figure>
/* No context defined. */
figure {
margin: 0;
img,
video {
width: 100%;
}
}
figcaption {
@extend %heading-font-regular;
margin-top: $spacer-xs;
font-size: $font-size-xxs;
line-height: $paragraph-line-height-sm;
text-align: center;
}
@media screen and (min-width: $grid-breakpoint-md) {
figcaption {
font-size: $font-size-base;
line-height: $paragraph-line-height-sm;
}
}
No notes defined.