card taxon

This commit is contained in:
Julie Blanc 2026-02-11 15:34:20 +01:00
parent d364dda00d
commit 7ea78dc8ce
9 changed files with 445 additions and 121 deletions

View file

@ -29,4 +29,17 @@
fill: green;
}
}
}
@mixin fig-ratio($ratio){
width: 100%;
aspect-ratio: $ratio;
overflow: hidden;
flex-shrink: 0;
img{
width: 100%;
height: 100%;
object-fit: cover;
}
}