Update 1.css

This commit is contained in:
FURK4NGG
2025-03-09 23:21:29 +03:00
committed by GitHub
parent ee0f8b643e
commit ec9a61a113
+3 -2
View File
@@ -3,14 +3,15 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex-wrap: wrap; flex-wrap: wrap;
gap: 1.5rem; /* Kartlar arasındaki boşluk */ gap: 4.5rem; /* Kartlar arasındaki boşluk */
} }
.services_id { .services_id {
position: relative; position: relative;
height: 42rem;
overflow: hidden; overflow: hidden;
width: calc(100% - 8vh); width: calc(100% - 8vh);
max-width:400px; max-width:300px;
flex: 0 1 auto; flex: 0 1 auto;
transform: translateY(50px); transform: translateY(50px);
transition: opacity 0.6s ease-out,transform 0.6s ease-out,background-color 0.6s ease-in-out; transition: opacity 0.6s ease-out,transform 0.6s ease-out,background-color 0.6s ease-in-out;