home
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-01-27 22:24:47 +01:00
parent 951de348b8
commit d3c5e5c39d
10 changed files with 166 additions and 80 deletions

View file

@ -7,6 +7,8 @@
@include figure-16-9();
container-type: inline-size;
container-name: cardfolder;
.content{
display: flex;
@ -62,6 +64,7 @@
@include btn--go-to();
&:hover{
background-color: var(--grey-950);
border-color: var(--color-txt);
}
@ -89,3 +92,15 @@
@container cardfolder (width < 520px) {
figure{
aspect-ratio: inherit;
width: 100%;
height: 100%;
}
.short, ul{
font-size: var(--fs-small);
}
}