fix: figcaption dans figure, loop swiper, max-height images investigation
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
- investigation.php : figcaption déplacé à l'intérieur des <figure> (correction HTML + meilleure capture par la lightbox) - swipers.js : loop: true sur toutes les galeries - _investigation_content.scss : max-height 75vh sur les images - _figures.scss : reformatage indentation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3d9a0421b3
commit
59c5396184
6 changed files with 125 additions and 38 deletions
|
|
@ -20,6 +20,11 @@
|
|||
max-width: var(--max-w-content);
|
||||
}
|
||||
|
||||
img {
|
||||
max-height: 75vh;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
@media #{$small-up} {
|
||||
.section-content {
|
||||
margin-bottom: calc(var(--spacing) * 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue