vrijkorteverhalen.nl/themes/zola-pickles/sass/object/component/_figure.scss

25 lines
353 B
SCSS
Raw Permalink Normal View History

2025-01-01 12:04:39 +01:00
@import "../../variables";
figure {
img {
text-align: center;
margin-bottom: -0.20rem;
max-height: $fig-height;
max-width: 100%;
margin: auto;
display: block;
width: auto;
height: auto;
}
figcaption {
text-align: center;
font-style: italic;
color: $fg_1;
p {
margin-top: 0.2em;
}
}
}