website/assets/sass/figures.scss
Matthieu Bessat 975203a718
All checks were successful
Deploy workflow / deploy (push) Successful in 34s
feat(shortcodes): external card link (youtube)
2024-05-18 15:06:08 +02:00

32 lines
513 B
SCSS

.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;
}
.figures-grid {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 2rem;
padding-top: 1rem;
margin-bottom: 1rem;
figure {
max-width: 27rem;
margin: 0;
}
}