add slideshow

This commit is contained in:
Julie Blanc 2026-01-12 20:06:16 +01:00
parent b8f12369b8
commit 55014b1c49
7 changed files with 416 additions and 12 deletions

View file

@ -55,6 +55,12 @@
}
.slideshow{
width: 100%;
height: calc(var(--unit)*11);
overflow: hidden;
}
.highlight-block{
@ -147,7 +153,7 @@
grid-column: 1;
}
.highlight-block{
.highlight-block, .slideshow{
grid-column: 2;
grid-row: 2;
}