We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0caeaca + 3a6d195 commit e7cfe15Copy full SHA for e7cfe15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@code4rena/components-library",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "Code4rena's official components library ",
5
"types": "./dist/lib.d.ts",
6
"exports": {
src/lib/Card/Card.scss
@@ -54,13 +54,13 @@
54
display: flex;
55
justify-content: center;
56
align-items: center;
57
- object-fit: cover;
58
aspect-ratio: 1/1;
59
order: 1;
60
61
img {
62
height: 100%;
63
width: 100%;
+ object-fit: cover;
64
}
65
66
&--l {
0 commit comments