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

25 lines
353 B
SCSS
Raw Normal View History

2025-01-06 19:04:23 +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;
}
}
}