vmems-website/assets/sass/figure.scss
Matthieu Bessat 4df864b6ef
All checks were successful
Deploy workflow / deploy (push) Successful in 14s
fix(style): responsive figure
2024-09-02 21:13:10 +02:00

9 lines
115 B
SCSS

@media (max-width: $md-breakpoint) {
figure {
img {
max-width: 100% !important;
}
}
}