Files

12 lines
169 B
CSS
Raw Permalink Normal View History

2025-10-16 01:07:07 +02:00
/* Centre toutes les images dans les slides */
2025-11-01 21:49:18 +01:00
.reveal {
font-size: 1.5em;
}
2025-10-16 01:07:07 +02:00
.quarto-figure-default {
display: block;
margin-left: auto;
margin-right: auto;
}