website/assets/sass/figures.scss

38 lines
573 B
SCSS
Raw Permalink Normal View History

.fig-img {
display: inline-block;
text-align: center;
figcaption {
font-size: .9rem;
color: $hidden;
text-align: center;
p {
margin: 0;
}
}
img {
max-height: 30rem;
}
margin: 0;
margin-bottom: 1rem;
}
2024-09-15 16:31:59 +00:00
.fig-img.fig-size-lg {
img {
max-height: 85vh;
}
}
.figures-grid {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 2rem;
padding-top: 1rem;
margin-bottom: 1rem;
figure {
max-width: 27rem;
margin: 0;
}
}