Update README.md
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ tags:
|
|
53 |
width: 100%;
|
54 |
height: auto;
|
55 |
border-radius: 0.5em;
|
56 |
-
transition: all 0.
|
57 |
}
|
58 |
.custom-image-container:hover .custom-image {
|
59 |
transform: scale(1.2);
|
|
|
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 {
|
59 |
transform: scale(1.2);
|