ajustements style
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s

This commit is contained in:
Julie Blanc 2026-02-06 15:10:27 +01:00
parent 193577b145
commit b9cefffdfa
17 changed files with 174 additions and 139 deletions

View file

@ -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);
}
}