double thumbnail

This commit is contained in:
Julie Blanc 2026-01-09 13:43:25 +01:00
parent 610bee465c
commit 90aa3babd6
5 changed files with 31 additions and 11 deletions

View file

@ -46,7 +46,7 @@
dl{
align-self: end;
align-self: start;
font-size: var(--fs-small);
border-bottom: var(--border-light);
flex-grow: 2;
@ -63,7 +63,14 @@
}
}
.thumbnail-pdf{
.thumbnail--group{
display: flex;
flex-direction: column;
gap: calc(var(--spacing)*0.5);
}
.thumbnail{
width: 140px;
figure{
border: var(--border-medium);