Update 1.css

This commit is contained in:
FURK4NGG
2025-03-09 18:30:14 +03:00
committed by GitHub
parent 36c541f559
commit 58b734ca01
+2
View File
@@ -12,6 +12,8 @@
width: calc(100% - 8vh); width: calc(100% - 8vh);
max-width:400px; max-width:400px;
flex: 0 1 auto; flex: 0 1 auto;
transform: translateY(50px);
transition: opacity 0.6s ease-out,transform 0.6s ease-out,background-color 0.6s ease-in-out;
} }
.card__img { .card__img {