card taxon
This commit is contained in:
parent
d364dda00d
commit
7ea78dc8ce
9 changed files with 445 additions and 121 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue