personal_site/_sass/figures.scss
2022-08-03 12:53:50 +01:00

14 lines
219 B
SCSS

figure {
display: flex;
flex-direction: column;
align-items: center;
}
figure img {
max-width: 900px;
width: 80%;
margin-bottom: 2em;
}
figcaption {
aria-hidden: true;
max-width: 700px;
}