hollowstrawberry
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,7 @@ tags:
|
|
53 |
width: 100%;
|
54 |
height: auto;
|
55 |
border-radius: 0.5em;
|
|
|
56 |
transition: all 0.3s ease;
|
57 |
}
|
58 |
.custom-image-container:hover .custom-image {
|
|
|
53 |
width: 100%;
|
54 |
height: auto;
|
55 |
border-radius: 0.5em;
|
56 |
+
object-fit: cover;
|
57 |
transition: all 0.3s ease;
|
58 |
}
|
59 |
.custom-image-container:hover .custom-image {
|