This commit is contained in:
parent
193577b145
commit
b9cefffdfa
17 changed files with 174 additions and 139 deletions
|
|
@ -10,18 +10,31 @@
|
|||
container-type: inline-size;
|
||||
container-name: cardfolder;
|
||||
|
||||
|
||||
figure{
|
||||
background-color: var(--color-accent);
|
||||
// border: 1px solid var(--color-accent);
|
||||
// opacity: 0.9;
|
||||
img{
|
||||
mix-blend-mode: multiply;
|
||||
filter: grayscale(1) brightness(1.2);
|
||||
}
|
||||
}
|
||||
|
||||
.content{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: var(--fs-small);
|
||||
|
||||
}
|
||||
|
||||
|
||||
.title{
|
||||
flex-grow: 1;
|
||||
|
||||
font-weight: 500;
|
||||
font-size: var(--fs-small);
|
||||
font-size: var(--fs-normal);
|
||||
|
||||
margin-bottom: 0.25em;
|
||||
margin-bottom: 0.75em;
|
||||
text-wrap: balance;
|
||||
max-width: 42ch;
|
||||
text-transform: uppercase;
|
||||
|
|
@ -47,6 +60,8 @@
|
|||
|
||||
.short{
|
||||
@include clamp(3);
|
||||
flex-grow: 1;
|
||||
padding-right: calc(var(--padding-inner)*2);
|
||||
}
|
||||
|
||||
ul{
|
||||
|
|
@ -104,7 +119,9 @@
|
|||
|
||||
}
|
||||
|
||||
|
||||
.title{
|
||||
font-size: var(--fs-small);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue