double thumbnail
This commit is contained in:
parent
610bee465c
commit
90aa3babd6
5 changed files with 31 additions and 11 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue