Downsize the student image

This commit is contained in:
Eric Coissac
2025-11-01 21:49:18 +01:00
parent d49592c5d4
commit 0eae496a94
38 changed files with 8227 additions and 754 deletions

View File

@@ -0,0 +1,11 @@
/* Centre toutes les images dans les slides */
.reveal {
font-size: 1.5em;
}
.quarto-figure-default {
display: block;
margin-left: auto;
margin-right: auto;
}